Html Css Color HEX #C77E16 Ochre

📋 copy color: '#C77E16'

red 199 ◦ green 126 ◦ blue 22

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

Shades of Ochre #C77E16

Tints of Ochre #C77E16

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.31%

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 57.35%
G = 36.31%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77E16 (or 0xC77E16) is known color: Ochre. HEX triplet: C7, 7E and 16. RGB value is (199,126,22). Sum of RGB (Red+Green+Blue) = 199+126+22=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77E16 is #3881E9. Grayscale: #888888. Windows color (decimal): -3703274 or 1474247. OLE color: 1474247.

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

Color convert

RGB 199 126 22 -
CMYK 0 0.37 0.89 0.22
HSL 35.25º 0.8% 0.43% -
HSV(B) 35.25º 0.89% 0.78% -
XYZ 31.16 27.12 4.35 -
YUV 135.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 199 126 22 0 0.37 0.89 0.22 35.25 0.8 0.43
Hex C7 7E 16 0 25 59 16 23 50 2B
Octal 307 176 26 0 45 131 26 43 120 53
Binary 11000111 1111110 10110 0 100101 1011001 10110 100011 1010000 101011

Color Harmonies of #C77E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E16

Black with #C77E16

Text Example


Text Example

White with #C77E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E16; }

 p { color: rgb(199,126,22); }

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

background-color css

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

 a { background-color: rgb(199,126,22); }

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

border-color css

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

 span { border-color: rgb(199,126,22); }

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