Html Css Color HEX #C57617 Ochre

📋 copy color: '#C57617'

red 197 ◦ green 118 ◦ blue 23

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

Shades of Ochre #C57617

Tints of Ochre #C57617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.8%

R = 58.28%
G = 34.91%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C57617 (or 0xC57617) is known color: Ochre. HEX triplet: C5, 76 and 17. RGB value is (197,118,23). Sum of RGB (Red+Green+Blue) = 197+118+23=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57617 is #3A89E8. Grayscale: #838383. Windows color (decimal): -3836393 or 1537733. OLE color: 1537733.

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

Color convert

RGB 197 118 23 -
CMYK 0 0.40 0.88 0.23
HSL 32.76º 0.79% 0.43% -
HSV(B) 32.76º 0.88% 0.77% -
XYZ 29.66 24.89 4.05 -
YUV 130.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 197 118 23 0 0.40 0.88 0.23 32.76 0.79 0.43
Hex C5 76 17 0 28 58 17 21 4F 2B
Octal 305 166 27 0 50 130 27 41 117 53
Binary 11000101 1110110 10111 0 101000 1011000 10111 100001 1001111 101011

Color Harmonies of #C57617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57617

Black with #C57617

Text Example


Text Example

White with #C57617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57617; }

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

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

background-color css

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

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

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

border-color css

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

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

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