Html Css Color HEX #CB8316 Ochre

📋 copy color: '#CB8316'

red 203 ◦ green 131 ◦ blue 22

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

Shades of Ochre #CB8316

Tints of Ochre #CB8316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 57.02%
G = 36.8%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB8316 (or 0xCB8316) is known color: Ochre. HEX triplet: CB, 83 and 16. RGB value is (203,131,22). Sum of RGB (Red+Green+Blue) = 203+131+22=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8316 is #347CE9. Grayscale: #8C8C8C. Windows color (decimal): -3439850 or 1475531. OLE color: 1475531.

HSL color Cylindrical-coordinate representation of color #CB8316: hue angle of 36.13º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8316 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 22 -
CMYK 0 0.35 0.89 0.20
HSL 36.13º 0.8% 0.44% -
HSV(B) 36.13º 0.89% 0.8% -
XYZ 32.89 28.99 4.62 -
YUV 140.1 61.35 172.86 -
System Red Green Blue C M Y K H S L
Decimal 203 131 22 0 0.35 0.89 0.20 36.13 0.8 0.44
Hex CB 83 16 0 23 59 14 24 50 2C
Octal 313 203 26 0 43 131 24 44 120 54
Binary 11001011 10000011 10110 0 100011 1011001 10100 100100 1010000 101100

Color Harmonies of #CB8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8316

Black with #CB8316

Text Example


Text Example

White with #CB8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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