Html Css Color HEX #CB7616 Ochre

📋 copy color: '#CB7616'

red 203 ◦ green 118 ◦ blue 22

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

Shades of Ochre #CB7616

Tints of Ochre #CB7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 59.18%
G = 34.4%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB7616 (or 0xCB7616) is known color: Ochre. HEX triplet: CB, 76 and 16. RGB value is (203,118,22). Sum of RGB (Red+Green+Blue) = 203+118+22=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7616 is #3489E9. Grayscale: #848484. Windows color (decimal): -3443178 or 1472203. OLE color: 1472203.

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

Color convert

RGB 203 118 22 -
CMYK 0 0.42 0.89 0.20
HSL 31.82º 0.8% 0.44% -
HSV(B) 31.82º 0.89% 0.8% -
XYZ 31.25 25.71 4.07 -
YUV 132.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 203 118 22 0 0.42 0.89 0.20 31.82 0.8 0.44
Hex CB 76 16 0 2A 59 14 20 50 2C
Octal 313 166 26 0 52 131 24 40 120 54
Binary 11001011 1110110 10110 0 101010 1011001 10100 100000 1010000 101100

Color Harmonies of #CB7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7616

Black with #CB7616

Text Example


Text Example

White with #CB7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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