Html Css Color HEX #C5710F Ochre

📋 copy color: '#C5710F'

red 197 ◦ green 113 ◦ blue 15

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

Shades of Ochre #C5710F

Tints of Ochre #C5710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 60.62%
G = 34.77%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5710F (or 0xC5710F) is known color: Ochre. HEX triplet: C5, 71 and 0F. RGB value is (197,113,15). Sum of RGB (Red+Green+Blue) = 197+113+15=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5710F is #3A8EF0. Grayscale: #7F7F7F. Windows color (decimal): -3837681 or 1012165. OLE color: 1012165.

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

Color convert

RGB 197 113 15 -
CMYK 0 0.43 0.92 0.23
HSL 32.31º 0.86% 0.42% -
HSV(B) 32.31º 0.92% 0.77% -
XYZ 29.02 23.72 3.5 -
YUV 126.94 64.83 177.97 -
System Red Green Blue C M Y K H S L
Decimal 197 113 15 0 0.43 0.92 0.23 32.31 0.86 0.42
Hex C5 71 F 0 2B 5C 17 20 56 2A
Octal 305 161 17 0 53 134 27 40 126 52
Binary 11000101 1110001 1111 0 101011 1011100 10111 100000 1010110 101010

Color Harmonies of #C5710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5710F

Black with #C5710F

Text Example


Text Example

White with #C5710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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