Html Css Color HEX #C77011 Ochre

📋 copy color: '#C77011'

red 199 ◦ green 112 ◦ blue 17

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

Shades of Ochre #C77011

Tints of Ochre #C77011

RGB

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

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

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

R = 60.67%
G = 34.15%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C77011 (or 0xC77011) is known color: Ochre. HEX triplet: C7, 70 and 11. RGB value is (199,112,17). Sum of RGB (Red+Green+Blue) = 199+112+17=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C77011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77011 is #388FEE. Grayscale: #7F7F7F. Windows color (decimal): -3706863 or 1142983. OLE color: 1142983.

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

Color convert

RGB 199 112 17 -
CMYK 0 0.44 0.91 0.22
HSL 31.32º 0.84% 0.42% -
HSV(B) 31.32º 0.91% 0.78% -
XYZ 29.45 23.77 3.57 -
YUV 127.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 199 112 17 0 0.44 0.91 0.22 31.32 0.84 0.42
Hex C7 70 11 0 2C 5B 16 1F 54 2A
Octal 307 160 21 0 54 133 26 37 124 52
Binary 11000111 1110000 10001 0 101100 1011011 10110 11111 1010100 101010

Color Harmonies of #C77011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77011

Black with #C77011

Text Example


Text Example

White with #C77011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77011; }

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

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

background-color css

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

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

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

border-color css

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

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

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