#CB8A1D

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

Shades of Geebung #CB8A1D

Tints of Geebung #CB8A1D

Color information

#CB8A1D (or 0xCB8A1D) is unknown color: approx Geebung. HEX triplet: CB, 8A and 1D. RGB value is (203,138,29). Sum of RGB (Red+Green+Blue) = 203+138+29=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A1D is #3475E2. Grayscale: #919191. Windows color (decimal): -3438051 or 1936075. OLE color: 1936075.

HSL color Cylindrical-coordinate representation of color #CB8A1D: hue angle of 37.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB8A1D is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20313829-
CMYK00.320.860.20
HSL37.59º75%45.49%-
HSV(B)37.59º85.71%79.61%-
XYZ33.9430.965.35-
YUV145.0162.53169.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 29 (11.72% from 255) = 7.84%
R=54.86%
G=37.30%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031382900.320.860.2037.597545.49
HexCB8A1D0205614264b2d
Octal31321235040126244611355
Binary11001011100010101110101000001010110101001001101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A1D; }

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

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

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

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

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

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

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

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