Html Css Color HEX #CB8516 Ochre

📋 copy color: '#CB8516'

red 203 ◦ green 133 ◦ blue 22

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

Shades of Ochre #CB8516

Tints of Ochre #CB8516

RGB

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

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

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

R = 56.7%
G = 37.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB8516 (or 0xCB8516) is known color: Ochre. HEX triplet: CB, 85 and 16. RGB value is (203,133,22). Sum of RGB (Red+Green+Blue) = 203+133+22=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8516 is #347AE9. Grayscale: #8D8D8D. Windows color (decimal): -3439338 or 1476043. OLE color: 1476043.

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

Color convert

RGB 203 133 22 -
CMYK 0 0.34 0.89 0.20
HSL 36.8º 0.8% 0.44% -
HSV(B) 36.8º 0.89% 0.8% -
XYZ 33.16 29.53 4.71 -
YUV 141.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 203 133 22 0 0.34 0.89 0.20 36.8 0.8 0.44
Hex CB 85 16 0 22 59 14 25 50 2C
Octal 313 205 26 0 42 131 24 45 120 54
Binary 11001011 10000101 10110 0 100010 1011001 10100 100101 1010000 101100

Color Harmonies of #CB8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8516

Black with #CB8516

Text Example


Text Example

White with #CB8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8516; }

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

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

background-color css

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

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

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

border-color css

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

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

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