Html Css Color HEX #C57316 Ochre

📋 copy color: '#C57316'

red 197 ◦ green 115 ◦ blue 22

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

Shades of Ochre #C57316

Tints of Ochre #C57316

RGB

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

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

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

R = 58.98%
G = 34.43%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C57316 (or 0xC57316) is known color: Ochre. HEX triplet: C5, 73 and 16. RGB value is (197,115,22). Sum of RGB (Red+Green+Blue) = 197+115+22=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57316 is #3A8CE9. Grayscale: #818181. Windows color (decimal): -3837162 or 1471429. OLE color: 1471429.

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

Color convert

RGB 197 115 22 -
CMYK 0 0.42 0.89 0.23
HSL 31.89º 0.8% 0.43% -
HSV(B) 31.89º 0.89% 0.77% -
XYZ 29.3 24.19 3.88 -
YUV 128.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 197 115 22 0 0.42 0.89 0.23 31.89 0.8 0.43
Hex C5 73 16 0 2A 59 17 20 50 2B
Octal 305 163 26 0 52 131 27 40 120 53
Binary 11000101 1110011 10110 0 101010 1011001 10111 100000 1010000 101011

Color Harmonies of #C57316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57316

Black with #C57316

Text Example


Text Example

White with #C57316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57316; }

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

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

background-color css

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

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

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

border-color css

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

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

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