Html Css Color HEX #C77016 Ochre

📋 copy color: '#C77016'

red 199 ◦ green 112 ◦ blue 22

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

Shades of Ochre #C77016

Tints of Ochre #C77016

RGB

 RED value IS 199 (78.13% from 255) = 59.76%

 GREEN value IS 112 (44.14% from 255) = 33.63%

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

R = 59.76%
G = 33.63%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77016 (or 0xC77016) is known color: Ochre. HEX triplet: C7, 70 and 16. RGB value is (199,112,22). Sum of RGB (Red+Green+Blue) = 199+112+22=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C77016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77016 is #388FE9. Grayscale: #808080. Windows color (decimal): -3706858 or 1470663. OLE color: 1470663.

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

Color convert

RGB 199 112 22 -
CMYK 0 0.44 0.89 0.22
HSL 30.51º 0.8% 0.43% -
HSV(B) 30.51º 0.89% 0.78% -
XYZ 29.49 23.79 3.8 -
YUV 127.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 199 112 22 0 0.44 0.89 0.22 30.51 0.8 0.43
Hex C7 70 16 0 2C 59 16 1F 50 2B
Octal 307 160 26 0 54 131 26 37 120 53
Binary 11000111 1110000 10110 0 101100 1011001 10110 11111 1010000 101011

Color Harmonies of #C77016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77016

Black with #C77016

Text Example


Text Example

White with #C77016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77016; }

 p { color: rgb(199,112,22); }

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

background-color css

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

 a { background-color: rgb(199,112,22); }

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

border-color css

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

 span { border-color: rgb(199,112,22); }

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