Html Css Color HEX #C57217 Ochre

📋 copy color: '#C57217'

red 197 ◦ green 114 ◦ blue 23

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

Shades of Ochre #C57217

Tints of Ochre #C57217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 58.98%
G = 34.13%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C57217 (or 0xC57217) is known color: Ochre. HEX triplet: C5, 72 and 17. RGB value is (197,114,23). Sum of RGB (Red+Green+Blue) = 197+114+23=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57217 is #3A8DE8. Grayscale: #808080. Windows color (decimal): -3837417 or 1536709. OLE color: 1536709.

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

Color convert

RGB 197 114 23 -
CMYK 0 0.42 0.88 0.23
HSL 31.38º 0.79% 0.43% -
HSV(B) 31.38º 0.88% 0.77% -
XYZ 29.2 23.97 3.9 -
YUV 128.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 197 114 23 0 0.42 0.88 0.23 31.38 0.79 0.43
Hex C5 72 17 0 2A 58 17 1F 4F 2B
Octal 305 162 27 0 52 130 27 37 117 53
Binary 11000101 1110010 10111 0 101010 1011000 10111 11111 1001111 101011

Color Harmonies of #C57217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57217

Black with #C57217

Text Example


Text Example

White with #C57217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57217; }

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

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

background-color css

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

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

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

border-color css

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

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

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