Html Css Color HEX #C77916 Ochre

📋 copy color: '#C77916'

red 199 ◦ green 121 ◦ blue 22

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

Shades of Ochre #C77916

Tints of Ochre #C77916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

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

R = 58.19%
G = 35.38%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77916 (or 0xC77916) is known color: Ochre. HEX triplet: C7, 79 and 16. RGB value is (199,121,22). Sum of RGB (Red+Green+Blue) = 199+121+22=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C77916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77916 is #3886E9. Grayscale: #858585. Windows color (decimal): -3704554 or 1472967. OLE color: 1472967.

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

Color convert

RGB 199 121 22 -
CMYK 0 0.39 0.89 0.22
HSL 33.56º 0.8% 0.43% -
HSV(B) 33.56º 0.89% 0.78% -
XYZ 30.54 25.87 4.14 -
YUV 133.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 199 121 22 0 0.39 0.89 0.22 33.56 0.8 0.43
Hex C7 79 16 0 27 59 16 22 50 2B
Octal 307 171 26 0 47 131 26 42 120 53
Binary 11000111 1111001 10110 0 100111 1011001 10110 100010 1010000 101011

Color Harmonies of #C77916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77916

Black with #C77916

Text Example


Text Example

White with #C77916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77916; }

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

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

background-color css

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

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

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

border-color css

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

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

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