Html Css Color HEX #CB8220 Ochre

📋 copy color: '#CB8220'

red 203 ◦ green 130 ◦ blue 32

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

Shades of Ochre #CB8220

Tints of Ochre #CB8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 55.62%
G = 35.62%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB8220 (or 0xCB8220) is known color: Ochre. HEX triplet: CB, 82 and 20. RGB value is (203,130,32). Sum of RGB (Red+Green+Blue) = 203+130+32=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8220 is #347DDF. Grayscale: #8D8D8D. Windows color (decimal): -3440096 or 2130635. OLE color: 2130635.

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

Color convert

RGB 203 130 32 -
CMYK 0 0.36 0.84 0.20
HSL 34.39º 0.73% 0.46% -
HSV(B) 34.39º 0.84% 0.8% -
XYZ 32.87 28.77 5.19 -
YUV 140.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 203 130 32 0 0.36 0.84 0.20 34.39 0.73 0.46
Hex CB 82 20 0 24 54 14 22 49 2E
Octal 313 202 40 0 44 124 24 42 111 56
Binary 11001011 10000010 100000 0 100100 1010100 10100 100010 1001001 101110

Color Harmonies of #CB8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8220

Black with #CB8220

Text Example


Text Example

White with #CB8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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