Html Css Color HEX #C57413 Ochre

📋 copy color: '#C57413'

red 197 ◦ green 116 ◦ blue 19

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

Shades of Ochre #C57413

Tints of Ochre #C57413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 59.34%
G = 34.94%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57413 (or 0xC57413) is known color: Ochre. HEX triplet: C5, 74 and 13. RGB value is (197,116,19). Sum of RGB (Red+Green+Blue) = 197+116+19=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57413 is #3A8BEC. Grayscale: #818181. Windows color (decimal): -3836909 or 1275077. OLE color: 1275077.

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

Color convert

RGB 197 116 19 -
CMYK 0 0.41 0.90 0.23
HSL 32.7º 0.82% 0.42% -
HSV(B) 32.7º 0.9% 0.77% -
XYZ 29.39 24.41 3.78 -
YUV 129.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 197 116 19 0 0.41 0.90 0.23 32.7 0.82 0.42
Hex C5 74 13 0 29 5A 17 21 52 2A
Octal 305 164 23 0 51 132 27 41 122 52
Binary 11000101 1110100 10011 0 101001 1011010 10111 100001 1010010 101010

Color Harmonies of #C57413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57413

Black with #C57413

Text Example


Text Example

White with #C57413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57413; }

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

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

background-color css

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

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

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

border-color css

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

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

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