Html Css Color HEX #C5740D Ochre

📋 copy color: '#C5740D'

red 197 ◦ green 116 ◦ blue 13

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

Shades of Ochre #C5740D

Tints of Ochre #C5740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 60.43%
G = 35.58%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5740D (or 0xC5740D) is known color: Ochre. HEX triplet: C5, 74 and 0D. RGB value is (197,116,13). Sum of RGB (Red+Green+Blue) = 197+116+13=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5740D is #3A8BF2. Grayscale: #808080. Windows color (decimal): -3836915 or 881861. OLE color: 881861.

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

Color convert

RGB 197 116 13 -
CMYK 0 0.41 0.93 0.23
HSL 33.59º 0.88% 0.41% -
HSV(B) 33.59º 0.93% 0.77% -
XYZ 29.34 24.39 3.54 -
YUV 128.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 197 116 13 0 0.41 0.93 0.23 33.59 0.88 0.41
Hex C5 74 D 0 29 5D 17 22 58 29
Octal 305 164 15 0 51 135 27 42 130 51
Binary 11000101 1110100 1101 0 101001 1011101 10111 100010 1011000 101001

Color Harmonies of #C5740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5740D

Black with #C5740D

Text Example


Text Example

White with #C5740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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