#C88329

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

Shades of Geebung #C88329

Tints of Geebung #C88329

Color information

#C88329 (or 0xC88329) is unknown color: approx Geebung. HEX triplet: C8, 83 and 29. RGB value is (200,131,41). Sum of RGB (Red+Green+Blue) = 200+131+41=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C88329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88329 is #377CD6. Grayscale: #8D8D8D. Windows color (decimal): -3636439 or 2720712. OLE color: 2720712.

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

Color convert

RGB20013141-
CMYK00.340.800.22
HSL33.96º65.98%47.25%-
HSV(B)33.96º79.5%78.43%-
XYZ32.3428.675.93-
YUV141.3771.36169.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.76%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 41 (16.41% from 255) = 11.02%
R=53.76%
G=35.22%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001314100.340.800.2233.9665.9847.25
HexC88329022501622422f
Octal31020351042120264210257
Binary110010001000001110100101000101010000101101000101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88329; }

 p { color: rgb(200,131,41); }

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

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

 a { background-color: rgb(200,131,41); }

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

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

 span { border-color: rgb(200,131,41); }

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