#C98B29

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

Shades of Geebung #C98B29

Tints of Geebung #C98B29

Color information

#C98B29 (or 0xC98B29) is unknown color: approx Geebung. HEX triplet: C9, 8B and 29. RGB value is (201,139,41). Sum of RGB (Red+Green+Blue) = 201+139+41=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B29 is #3674D6. Grayscale: #929292. Windows color (decimal): -3568855 or 2722761. OLE color: 2722761.

HSL color Cylindrical-coordinate representation of color #C98B29: hue angle of 36.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98B29 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20113941-
CMYK00.310.800.21
HSL36.75º66.12%47.45%-
HSV(B)36.75º79.6%78.82%-
XYZ33.7231.046.31-
YUV146.3768.54166.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 41 (16.41% from 255) = 10.76%
R=52.76%
G=36.48%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011394100.310.800.2136.7566.1247.45
HexC98B2901F501525422f
Octal31121351037120254510257
Binary11001001100010111010010111111010000101011001011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B29; }

 p { color: rgb(201,139,41); }

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

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

 a { background-color: rgb(201,139,41); }

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

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

 span { border-color: rgb(201,139,41); }

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