Html Css Color HEX #C77211 Ochre

📋 copy color: '#C77211'

red 199 ◦ green 114 ◦ blue 17

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

Shades of Ochre #C77211

Tints of Ochre #C77211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 60.3%
G = 34.55%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C77211 (or 0xC77211) is known color: Ochre. HEX triplet: C7, 72 and 11. RGB value is (199,114,17). Sum of RGB (Red+Green+Blue) = 199+114+17=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C77211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77211 is #388DEE. Grayscale: #808080. Windows color (decimal): -3706351 or 1143495. OLE color: 1143495.

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

Color convert

RGB 199 114 17 -
CMYK 0 0.43 0.91 0.22
HSL 31.98º 0.84% 0.42% -
HSV(B) 31.98º 0.91% 0.78% -
XYZ 29.67 24.22 3.64 -
YUV 128.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 199 114 17 0 0.43 0.91 0.22 31.98 0.84 0.42
Hex C7 72 11 0 2B 5B 16 20 54 2A
Octal 307 162 21 0 53 133 26 40 124 52
Binary 11000111 1110010 10001 0 101011 1011011 10110 100000 1010100 101010

Color Harmonies of #C77211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77211

Black with #C77211

Text Example


Text Example

White with #C77211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77211; }

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

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

background-color css

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

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

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

border-color css

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

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

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