#C9892D

Color #C9892D Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C9892D

Tints of Geebung #C9892D

Color information

#C9892D (or 0xC9892D) is unknown color: approx Geebung. HEX triplet: C9, 89 and 2D. RGB value is (201,137,45). Sum of RGB (Red+Green+Blue) = 201+137+45=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9892D is #3676D2. Grayscale: #929292. Windows color (decimal): -3569363 or 2984393. OLE color: 2984393.

HSL color Cylindrical-coordinate representation of color #C9892D: hue angle of 35.38º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9892D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20113745-
CMYK00.320.780.21
HSL35.38º63.41%48.24%-
HSV(B)35.38º77.61%78.82%-
XYZ33.5130.56.6-
YUV145.6571.2167.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 45 (17.97% from 255) = 11.75%
R=52.48%
G=35.77%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011374500.320.780.2135.3863.4148.24
HexC9892D0204E15233f30
Octal3112115504011625437760
Binary11001001100010011011010100000100111010101100011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9892D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9892D; }

 p { color: rgb(201,137,45); }

 H1.HeaderClassName
 {
   color: #C9892D;
 }
 .AnyTagClassName
 {
   color: #C9892D;
 }
</style>
background-color css

<style>
 a { background-color: #C9892D; }

 a { background-color: rgb(201,137,45); }

 div.DivClassName
 {
   background-color: #C9892D;
 }
 .BgClassName
 {
   background-color: #C9892D;
 }
</style>
border-color css

<style>
 span { border-color: #C9892D; }

 span { border-color: rgb(201,137,45); }

 td.TdClassName
 {
   border-color: #C9892D;
 }
 .TagClassName
 {
   border-color: #C9892D;
 }
</style>