Html Css Color HEX #CB8420 Ochre

📋 copy color: '#CB8420'

red 203 ◦ green 132 ◦ blue 32

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

Shades of Ochre #CB8420

Tints of Ochre #CB8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 55.31%
G = 35.97%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB8420 (or 0xCB8420) is known color: Ochre. HEX triplet: CB, 84 and 20. RGB value is (203,132,32). Sum of RGB (Red+Green+Blue) = 203+132+32=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8420 is #347BDF. Grayscale: #8E8E8E. Windows color (decimal): -3439584 or 2131147. OLE color: 2131147.

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

Color convert

RGB 203 132 32 -
CMYK 0 0.35 0.84 0.20
HSL 35.09º 0.73% 0.46% -
HSV(B) 35.09º 0.84% 0.8% -
XYZ 33.14 29.3 5.28 -
YUV 141.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 203 132 32 0 0.35 0.84 0.20 35.09 0.73 0.46
Hex CB 84 20 0 23 54 14 23 49 2E
Octal 313 204 40 0 43 124 24 43 111 56
Binary 11001011 10000100 100000 0 100011 1010100 10100 100011 1001001 101110

Color Harmonies of #CB8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8420

Black with #CB8420

Text Example


Text Example

White with #CB8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8420; }

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

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

background-color css

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

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

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

border-color css

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

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

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