Html Css Color HEX #C57616 Ochre

📋 copy color: '#C57616'

red 197 ◦ green 118 ◦ blue 22

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

Shades of Ochre #C57616

Tints of Ochre #C57616

RGB

 RED value IS 197 (77.34% from 255) = 58.46%

 GREEN value IS 118 (46.48% from 255) = 35.01%

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

R = 58.46%
G = 35.01%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C57616 (or 0xC57616) is known color: Ochre. HEX triplet: C5, 76 and 16. RGB value is (197,118,22). Sum of RGB (Red+Green+Blue) = 197+118+22=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57616 is #3A89E9. Grayscale: #838383. Windows color (decimal): -3836394 or 1472197. OLE color: 1472197.

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

Color convert

RGB 197 118 22 -
CMYK 0 0.40 0.89 0.23
HSL 32.91º 0.8% 0.43% -
HSV(B) 32.91º 0.89% 0.77% -
XYZ 29.65 24.89 4 -
YUV 130.68 66.67 175.31 -
System Red Green Blue C M Y K H S L
Decimal 197 118 22 0 0.40 0.89 0.23 32.91 0.8 0.43
Hex C5 76 16 0 28 59 17 21 50 2B
Octal 305 166 26 0 50 131 27 41 120 53
Binary 11000101 1110110 10110 0 101000 1011001 10111 100001 1010000 101011

Color Harmonies of #C57616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57616

Black with #C57616

Text Example


Text Example

White with #C57616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57616; }

 p { color: rgb(197,118,22); }

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

background-color css

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

 a { background-color: rgb(197,118,22); }

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

border-color css

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

 span { border-color: rgb(197,118,22); }

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