#CB8720

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

Shades of Geebung #CB8720

Tints of Geebung #CB8720

Color information

#CB8720 (or 0xCB8720) is unknown color: approx Geebung. HEX triplet: CB, 87 and 20. RGB value is (203,135,32). Sum of RGB (Red+Green+Blue) = 203+135+32=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8720 is #3478DF. Grayscale: #909090. Windows color (decimal): -3438816 or 2131915. OLE color: 2131915.

HSL color Cylindrical-coordinate representation of color #CB8720: hue angle of 36.14º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB8720 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB20313532-
CMYK00.330.840.20
HSL36.14º72.77%46.08%-
HSV(B)36.14º84.24%79.61%-
XYZ33.5530.135.41-
YUV143.5965.03170.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 32 (12.89% from 255) = 8.65%
R=54.86%
G=36.49%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031353200.330.840.2036.1472.7746.08
HexCB8720021541424492e
Octal31320740041124244411156
Binary110010111000011110000001000011010100101001001001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8720; }

 p { color: rgb(203,135,32); }

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

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

 a { background-color: rgb(203,135,32); }

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

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

 span { border-color: rgb(203,135,32); }

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