Html Css Color HEX #C57417 Ochre

📋 copy color: '#C57417'

red 197 ◦ green 116 ◦ blue 23

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

Shades of Ochre #C57417

Tints of Ochre #C57417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

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

R = 58.63%
G = 34.52%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C57417 (or 0xC57417) is known color: Ochre. HEX triplet: C5, 74 and 17. RGB value is (197,116,23). Sum of RGB (Red+Green+Blue) = 197+116+23=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57417 is #3A8BE8. Grayscale: #828282. Windows color (decimal): -3836905 or 1537221. OLE color: 1537221.

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

Color convert

RGB 197 116 23 -
CMYK 0 0.41 0.88 0.23
HSL 32.07º 0.79% 0.43% -
HSV(B) 32.07º 0.88% 0.77% -
XYZ 29.43 24.42 3.97 -
YUV 129.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 197 116 23 0 0.41 0.88 0.23 32.07 0.79 0.43
Hex C5 74 17 0 29 58 17 20 4F 2B
Octal 305 164 27 0 51 130 27 40 117 53
Binary 11000101 1110100 10111 0 101001 1011000 10111 100000 1001111 101011

Color Harmonies of #C57417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57417

Black with #C57417

Text Example


Text Example

White with #C57417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57417; }

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

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

background-color css

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

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

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

border-color css

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

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

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