#CB8A1F

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

Shades of Geebung #CB8A1F

Tints of Geebung #CB8A1F

Color information

#CB8A1F (or 0xCB8A1F) is unknown color: approx Geebung. HEX triplet: CB, 8A and 1F. RGB value is (203,138,31). Sum of RGB (Red+Green+Blue) = 203+138+31=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A1F is #3475E0. Grayscale: #919191. Windows color (decimal): -3438049 or 2067147. OLE color: 2067147.

HSL color Cylindrical-coordinate representation of color #CB8A1F: hue angle of 37.33º 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 #CB8A1F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB20313831-
CMYK00.320.850.20
HSL37.33º73.5%45.88%-
HSV(B)37.33º84.73%79.61%-
XYZ33.9630.975.48-
YUV145.2463.53169.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.57%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=54.57%
G=37.10%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031383100.320.850.2037.3373.545.88
HexCB8A1F0205514254a2e
Octal31321237040125244511256
Binary11001011100010101111101000001010101101001001011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A1F; }

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

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

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

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

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

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

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

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