Html Css Color HEX #CB8520 Geebung

📋 copy color: '#CB8520'

red 203 ◦ green 133 ◦ blue 32

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

Shades of Geebung #CB8520

Tints of Geebung #CB8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 55.16%
G = 36.14%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB8520 (or 0xCB8520) is known color: Geebung. HEX triplet: CB, 85 and 20. RGB value is (203,133,32). Sum of RGB (Red+Green+Blue) = 203+133+32=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8520 is #347ADF. Grayscale: #8E8E8E. Windows color (decimal): -3439328 or 2131403. OLE color: 2131403.

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

Color convert

RGB 203 133 32 -
CMYK 0 0.34 0.84 0.20
HSL 35.44º 0.73% 0.46% -
HSV(B) 35.44º 0.84% 0.8% -
XYZ 33.28 29.58 5.32 -
YUV 142.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 203 133 32 0 0.34 0.84 0.20 35.44 0.73 0.46
Hex CB 85 20 0 22 54 14 23 49 2E
Octal 313 205 40 0 42 124 24 43 111 56
Binary 11001011 10000101 100000 0 100010 1010100 10100 100011 1001001 101110

Color Harmonies of #CB8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8520

Black with #CB8520

Text Example


Text Example

White with #CB8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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