Html Css Color HEX #C57514 Ochre

📋 copy color: '#C57514'

red 197 ◦ green 117 ◦ blue 20

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

Shades of Ochre #C57514

Tints of Ochre #C57514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

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

R = 58.98%
G = 35.03%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57514 (or 0xC57514) is known color: Ochre. HEX triplet: C5, 75 and 14. RGB value is (197,117,20). Sum of RGB (Red+Green+Blue) = 197+117+20=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57514 is #3A8AEB. Grayscale: #828282. Windows color (decimal): -3836652 or 1340869. OLE color: 1340869.

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

Color convert

RGB 197 117 20 -
CMYK 0 0.41 0.90 0.23
HSL 32.88º 0.82% 0.43% -
HSV(B) 32.88º 0.9% 0.77% -
XYZ 29.51 24.64 3.86 -
YUV 129.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 197 117 20 0 0.41 0.90 0.23 32.88 0.82 0.43
Hex C5 75 14 0 29 5A 17 21 52 2B
Octal 305 165 24 0 51 132 27 41 122 53
Binary 11000101 1110101 10100 0 101001 1011010 10111 100001 1010010 101011

Color Harmonies of #C57514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57514

Black with #C57514

Text Example


Text Example

White with #C57514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57514; }

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

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

background-color css

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

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

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

border-color css

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

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

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