Html Css Color HEX #C5711C Ochre

📋 copy color: '#C5711C'

red 197 ◦ green 113 ◦ blue 28

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

Shades of Ochre #C5711C

Tints of Ochre #C5711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 58.28%
G = 33.43%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5711C (or 0xC5711C) is known color: Ochre. HEX triplet: C5, 71 and 1C. RGB value is (197,113,28). Sum of RGB (Red+Green+Blue) = 197+113+28=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5711C is #3A8EE3. Grayscale: #808080. Windows color (decimal): -3837668 or 1864133. OLE color: 1864133.

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

Color convert

RGB 197 113 28 -
CMYK 0 0.43 0.86 0.23
HSL 30.18º 0.75% 0.44% -
HSV(B) 30.18º 0.86% 0.77% -
XYZ 29.14 23.76 4.15 -
YUV 128.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 197 113 28 0 0.43 0.86 0.23 30.18 0.75 0.44
Hex C5 71 1C 0 2B 56 17 1E 4B 2C
Octal 305 161 34 0 53 126 27 36 113 54
Binary 11000101 1110001 11100 0 101011 1010110 10111 11110 1001011 101100

Color Harmonies of #C5711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5711C

Black with #C5711C

Text Example


Text Example

White with #C5711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5711C; }

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

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

background-color css

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

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

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

border-color css

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

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

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