Html Css Color HEX #C5710E Ochre

📋 copy color: '#C5710E'

red 197 ◦ green 113 ◦ blue 14

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

Shades of Ochre #C5710E

Tints of Ochre #C5710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.88%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 60.8%
G = 34.88%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5710E (or 0xC5710E) is known color: Ochre. HEX triplet: C5, 71 and 0E. RGB value is (197,113,14). Sum of RGB (Red+Green+Blue) = 197+113+14=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5710E is #3A8EF1. Grayscale: #7F7F7F. Windows color (decimal): -3837682 or 946629. OLE color: 946629.

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

Color convert

RGB 197 113 14 -
CMYK 0 0.43 0.93 0.23
HSL 32.46º 0.87% 0.41% -
HSV(B) 32.46º 0.93% 0.77% -
XYZ 29.01 23.71 3.46 -
YUV 126.83 64.33 178.05 -
System Red Green Blue C M Y K H S L
Decimal 197 113 14 0 0.43 0.93 0.23 32.46 0.87 0.41
Hex C5 71 E 0 2B 5D 17 20 57 29
Octal 305 161 16 0 53 135 27 40 127 51
Binary 11000101 1110001 1110 0 101011 1011101 10111 100000 1010111 101001

Color Harmonies of #C5710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5710E

Black with #C5710E

Text Example


Text Example

White with #C5710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5710E; }

 p { color: rgb(197,113,14); }

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

background-color css

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

 a { background-color: rgb(197,113,14); }

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

border-color css

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

 span { border-color: rgb(197,113,14); }

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