Html Css Color HEX #C77710 Ochre

📋 copy color: '#C77710'

red 199 ◦ green 119 ◦ blue 16

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

Shades of Ochre #C77710

Tints of Ochre #C77710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 59.58%
G = 35.63%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C77710 (or 0xC77710) is known color: Ochre. HEX triplet: C7, 77 and 10. RGB value is (199,119,16). Sum of RGB (Red+Green+Blue) = 199+119+16=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77710 is #3888EF. Grayscale: #838383. Windows color (decimal): -3705072 or 1079239. OLE color: 1079239.

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

Color convert

RGB 199 119 16 -
CMYK 0 0.40 0.92 0.22
HSL 33.77º 0.85% 0.42% -
HSV(B) 33.77º 0.92% 0.78% -
XYZ 30.24 25.37 3.79 -
YUV 131.18 63 176.38 -
System Red Green Blue C M Y K H S L
Decimal 199 119 16 0 0.40 0.92 0.22 33.77 0.85 0.42
Hex C7 77 10 0 28 5C 16 22 55 2A
Octal 307 167 20 0 50 134 26 42 125 52
Binary 11000111 1110111 10000 0 101000 1011100 10110 100010 1010101 101010

Color Harmonies of #C77710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77710

Black with #C77710

Text Example


Text Example

White with #C77710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77710; }

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

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

background-color css

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

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

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

border-color css

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

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

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