Html Css Color HEX #CB8C20 Geebung

📋 copy color: '#CB8C20'

red 203 ◦ green 140 ◦ blue 32

#CB8C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #CB8C20

Tints of Geebung #CB8C20

RGB

 RED value IS 203 (79.69% from 255) = 54.13%

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 54.13%
G = 37.33%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB8C20 (or 0xCB8C20) is known color: Geebung. HEX triplet: CB, 8C and 20. RGB value is (203,140,32). Sum of RGB (Red+Green+Blue) = 203+140+32=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C20 is #3473DF. Grayscale: #939393. Windows color (decimal): -3437536 or 2133195. OLE color: 2133195.

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

Color convert

RGB 203 140 32 -
CMYK 0 0.31 0.84 0.20
HSL 37.89º 0.73% 0.46% -
HSV(B) 37.89º 0.84% 0.8% -
XYZ 34.27 31.56 5.65 -
YUV 146.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 203 140 32 0 0.31 0.84 0.20 37.89 0.73 0.46
Hex CB 8C 20 0 1F 54 14 26 49 2E
Octal 313 214 40 0 37 124 24 46 111 56
Binary 11001011 10001100 100000 0 11111 1010100 10100 100110 1001001 101110

Color Harmonies of #CB8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C20

Black with #CB8C20

Text Example


Text Example

White with #CB8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C20; }

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

 H1.HeaderClassName
 {
   color: #CB8C20;
 }
 .AnyTagClassName
 {
   color: #CB8C20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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