Html Css Color HEX #CB8321 Ochre

📋 copy color: '#CB8321'

red 203 ◦ green 131 ◦ blue 33

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

Shades of Ochre #CB8321

Tints of Ochre #CB8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 33 (13.28% from 255) = 8.99%

R = 55.31%
G = 35.69%
B = 8.99%

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

#CB8321 (or 0xCB8321) is known color: Ochre. HEX triplet: CB, 83 and 21. RGB value is (203,131,33). Sum of RGB (Red+Green+Blue) = 203+131+33=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8321 is #347CDE. Grayscale: #8D8D8D. Windows color (decimal): -3439839 or 2196427. OLE color: 2196427.

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

Color convert

RGB 203 131 33 -
CMYK 0 0.35 0.84 0.20
HSL 34.59º 0.72% 0.46% -
HSV(B) 34.59º 0.84% 0.8% -
XYZ 33.02 29.04 5.3 -
YUV 141.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 203 131 33 0 0.35 0.84 0.20 34.59 0.72 0.46
Hex CB 83 21 0 23 54 14 23 48 2E
Octal 313 203 41 0 43 124 24 43 110 56
Binary 11001011 10000011 100001 0 100011 1010100 10100 100011 1001000 101110

Color Harmonies of #CB8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8321

Black with #CB8321

Text Example


Text Example

White with #CB8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8321; }

 p { color: rgb(203,131,33); }

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

background-color css

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

 a { background-color: rgb(203,131,33); }

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

border-color css

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

 span { border-color: rgb(203,131,33); }

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