Html Css Color HEX #C77216 Ochre

📋 copy color: '#C77216'

red 199 ◦ green 114 ◦ blue 22

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

Shades of Ochre #C77216

Tints of Ochre #C77216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

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

R = 59.4%
G = 34.03%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77216 (or 0xC77216) is known color: Ochre. HEX triplet: C7, 72 and 16. RGB value is (199,114,22). Sum of RGB (Red+Green+Blue) = 199+114+22=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C77216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77216 is #388DE9. Grayscale: #818181. Windows color (decimal): -3706346 or 1471175. OLE color: 1471175.

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

Color convert

RGB 199 114 22 -
CMYK 0 0.43 0.89 0.22
HSL 31.19º 0.8% 0.43% -
HSV(B) 31.19º 0.89% 0.78% -
XYZ 29.72 24.23 3.87 -
YUV 128.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 199 114 22 0 0.43 0.89 0.22 31.19 0.8 0.43
Hex C7 72 16 0 2B 59 16 1F 50 2B
Octal 307 162 26 0 53 131 26 37 120 53
Binary 11000111 1110010 10110 0 101011 1011001 10110 11111 1010000 101011

Color Harmonies of #C77216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77216

Black with #C77216

Text Example


Text Example

White with #C77216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77216; }

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

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

background-color css

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

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

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

border-color css

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

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

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