#CB891F

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

Shades of Geebung #CB891F

Tints of Geebung #CB891F

Color information

#CB891F (or 0xCB891F) is unknown color: approx Geebung. HEX triplet: CB, 89 and 1F. RGB value is (203,137,31). Sum of RGB (Red+Green+Blue) = 203+137+31=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB891F is #3476E0. Grayscale: #919191. Windows color (decimal): -3438305 or 2066891. OLE color: 2066891.

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

Color convert

RGB20313731-
CMYK00.330.850.20
HSL36.98º73.5%45.88%-
HSV(B)36.98º84.73%79.61%-
XYZ33.8230.695.44-
YUV144.6563.87169.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 31 (12.5% from 255) = 8.36%
R=54.72%
G=36.93%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031373100.330.850.2036.9873.545.88
HexCB891F0215514254a2e
Octal31321137041125244511256
Binary11001011100010011111101000011010101101001001011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB891F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB891F; }

 p { color: rgb(203,137,31); }

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

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

 a { background-color: rgb(203,137,31); }

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

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

 span { border-color: rgb(203,137,31); }

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