Html Css Color HEX #C77310 Ochre

📋 copy color: '#C77310'

red 199 ◦ green 115 ◦ blue 16

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

Shades of Ochre #C77310

Tints of Ochre #C77310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 60.3%
G = 34.85%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C77310 (or 0xC77310) is known color: Ochre. HEX triplet: C7, 73 and 10. RGB value is (199,115,16). Sum of RGB (Red+Green+Blue) = 199+115+16=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C77310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77310 is #388CEF. Grayscale: #818181. Windows color (decimal): -3706096 or 1078215. OLE color: 1078215.

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

Color convert

RGB 199 115 16 -
CMYK 0 0.42 0.92 0.22
HSL 32.46º 0.85% 0.42% -
HSV(B) 32.46º 0.92% 0.78% -
XYZ 29.78 24.44 3.64 -
YUV 128.83 64.33 178.05 -
System Red Green Blue C M Y K H S L
Decimal 199 115 16 0 0.42 0.92 0.22 32.46 0.85 0.42
Hex C7 73 10 0 2A 5C 16 20 55 2A
Octal 307 163 20 0 52 134 26 40 125 52
Binary 11000111 1110011 10000 0 101010 1011100 10110 100000 1010101 101010

Color Harmonies of #C77310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77310

Black with #C77310

Text Example


Text Example

White with #C77310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77310; }

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

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

background-color css

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

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

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

border-color css

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

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

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