Html Css Color HEX #C5740C Ochre

📋 copy color: '#C5740C'

red 197 ◦ green 116 ◦ blue 12

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

Shades of Ochre #C5740C

Tints of Ochre #C5740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 60.62%
G = 35.69%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5740C (or 0xC5740C) is known color: Ochre. HEX triplet: C5, 74 and 0C. RGB value is (197,116,12). Sum of RGB (Red+Green+Blue) = 197+116+12=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5740C is #3A8BF3. Grayscale: #808080. Windows color (decimal): -3836916 or 816325. OLE color: 816325.

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

Color convert

RGB 197 116 12 -
CMYK 0 0.41 0.94 0.23
HSL 33.73º 0.89% 0.41% -
HSV(B) 33.73º 0.94% 0.77% -
XYZ 29.34 24.39 3.51 -
YUV 128.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 197 116 12 0 0.41 0.94 0.23 33.73 0.89 0.41
Hex C5 74 C 0 29 5E 17 22 59 29
Octal 305 164 14 0 51 136 27 42 131 51
Binary 11000101 1110100 1100 0 101001 1011110 10111 100010 1011001 101001

Color Harmonies of #C5740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5740C

Black with #C5740C

Text Example


Text Example

White with #C5740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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