#CB8B1C

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

Shades of Geebung #CB8B1C

Tints of Geebung #CB8B1C

Color information

#CB8B1C (or 0xCB8B1C) is unknown color: approx Geebung. HEX triplet: CB, 8B and 1C. RGB value is (203,139,28). Sum of RGB (Red+Green+Blue) = 203+139+28=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B1C is #3474E3. Grayscale: #919191. Windows color (decimal): -3437796 or 1870795. OLE color: 1870795.

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

Color convert

RGB20313928-
CMYK00.320.860.20
HSL38.06º75.76%45.29%-
HSV(B)38.06º86.21%79.61%-
XYZ34.0731.255.33-
YUV145.4861.7169.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 28 (11.33% from 255) = 7.57%
R=54.86%
G=37.57%
B=7.57%

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
Decimal2031392800.320.860.2038.0675.7645.29
HexCB8B1C0205614264c2d
Octal31321334040126244611455
Binary11001011100010111110001000001010110101001001101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B1C; }

 p { color: rgb(203,139,28); }

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

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

 a { background-color: rgb(203,139,28); }

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

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

 span { border-color: rgb(203,139,28); }

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