Html Css Color HEX #C5720D Ochre

📋 copy color: '#C5720D'

red 197 ◦ green 114 ◦ blue 13

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

Shades of Ochre #C5720D

Tints of Ochre #C5720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 60.8%
G = 35.19%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5720D (or 0xC5720D) is known color: Ochre. HEX triplet: C5, 72 and 0D. RGB value is (197,114,13). Sum of RGB (Red+Green+Blue) = 197+114+13=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5720D is #3A8DF2. Grayscale: #7F7F7F. Windows color (decimal): -3837427 or 881349. OLE color: 881349.

HSL color Cylindrical-coordinate representation of color #C5720D: hue angle of 32.93º degrees, saturation: 0.88, 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 #C5720D is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 13 -
CMYK 0 0.42 0.93 0.23
HSL 32.93º 0.88% 0.41% -
HSV(B) 32.93º 0.93% 0.77% -
XYZ 29.12 23.93 3.47 -
YUV 127.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 197 114 13 0 0.42 0.93 0.23 32.93 0.88 0.41
Hex C5 72 D 0 2A 5D 17 21 58 29
Octal 305 162 15 0 52 135 27 41 130 51
Binary 11000101 1110010 1101 0 101010 1011101 10111 100001 1011000 101001

Color Harmonies of #C5720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5720D

Black with #C5720D

Text Example


Text Example

White with #C5720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5720D; }

 p { color: rgb(197,114,13); }

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

background-color css

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

 a { background-color: rgb(197,114,13); }

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

border-color css

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

 span { border-color: rgb(197,114,13); }

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