Html Css Color HEX #CB8B20 Geebung

📋 copy color: '#CB8B20'

red 203 ◦ green 139 ◦ blue 32

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

Shades of Geebung #CB8B20

Tints of Geebung #CB8B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

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

R = 54.28%
G = 37.17%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB8B20 (or 0xCB8B20) is known color: Geebung. HEX triplet: CB, 8B and 20. RGB value is (203,139,32). Sum of RGB (Red+Green+Blue) = 203+139+32=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B20 is #3474DF. Grayscale: #929292. Windows color (decimal): -3437792 or 2132939. OLE color: 2132939.

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

Color convert

RGB 203 139 32 -
CMYK 0 0.32 0.84 0.20
HSL 37.54º 0.73% 0.46% -
HSV(B) 37.54º 0.84% 0.8% -
XYZ 34.12 31.27 5.6 -
YUV 145.94 63.7 168.7 -
System Red Green Blue C M Y K H S L
Decimal 203 139 32 0 0.32 0.84 0.20 37.54 0.73 0.46
Hex CB 8B 20 0 20 54 14 26 49 2E
Octal 313 213 40 0 40 124 24 46 111 56
Binary 11001011 10001011 100000 0 100000 1010100 10100 100110 1001001 101110

Color Harmonies of #CB8B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B20

Black with #CB8B20

Text Example


Text Example

White with #CB8B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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