Html Css Color HEX #C57314 Ochre

📋 copy color: '#C57314'

red 197 ◦ green 115 ◦ blue 20

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

Shades of Ochre #C57314

Tints of Ochre #C57314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 59.34%
G = 34.64%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57314 (or 0xC57314) is known color: Ochre. HEX triplet: C5, 73 and 14. RGB value is (197,115,20). Sum of RGB (Red+Green+Blue) = 197+115+20=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57314 is #3A8CEB. Grayscale: #818181. Windows color (decimal): -3837164 or 1340357. OLE color: 1340357.

HSL color Cylindrical-coordinate representation of color #C57314: hue angle of 32.2º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C57314 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 115 20 -
CMYK 0 0.42 0.90 0.23
HSL 32.2º 0.82% 0.43% -
HSV(B) 32.2º 0.9% 0.77% -
XYZ 29.28 24.18 3.79 -
YUV 128.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 197 115 20 0 0.42 0.90 0.23 32.2 0.82 0.43
Hex C5 73 14 0 2A 5A 17 20 52 2B
Octal 305 163 24 0 52 132 27 40 122 53
Binary 11000101 1110011 10100 0 101010 1011010 10111 100000 1010010 101011

Color Harmonies of #C57314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57314

Black with #C57314

Text Example


Text Example

White with #C57314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57314; }

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

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

background-color css

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

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

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

border-color css

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

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

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