Html Css Color HEX #C77311 Ochre

📋 copy color: '#C77311'

red 199 ◦ green 115 ◦ blue 17

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

Shades of Ochre #C77311

Tints of Ochre #C77311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

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

R = 60.12%
G = 34.74%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C77311 (or 0xC77311) is known color: Ochre. HEX triplet: C7, 73 and 11. RGB value is (199,115,17). Sum of RGB (Red+Green+Blue) = 199+115+17=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C77311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77311 is #388CEE. Grayscale: #818181. Windows color (decimal): -3706095 or 1143751. OLE color: 1143751.

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

Color convert

RGB 199 115 17 -
CMYK 0 0.42 0.91 0.22
HSL 32.31º 0.84% 0.42% -
HSV(B) 32.31º 0.91% 0.78% -
XYZ 29.79 24.44 3.68 -
YUV 128.94 64.83 177.97 -
System Red Green Blue C M Y K H S L
Decimal 199 115 17 0 0.42 0.91 0.22 32.31 0.84 0.42
Hex C7 73 11 0 2A 5B 16 20 54 2A
Octal 307 163 21 0 52 133 26 40 124 52
Binary 11000111 1110011 10001 0 101010 1011011 10110 100000 1010100 101010

Color Harmonies of #C77311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77311

Black with #C77311

Text Example


Text Example

White with #C77311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77311; }

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

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

background-color css

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

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

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

border-color css

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

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

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