Html Css Color HEX #C57613 Ochre

📋 copy color: '#C57613'

red 197 ◦ green 118 ◦ blue 19

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

Shades of Ochre #C57613

Tints of Ochre #C57613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

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

R = 58.98%
G = 35.33%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57613 (or 0xC57613) is known color: Ochre. HEX triplet: C5, 76 and 13. RGB value is (197,118,19). Sum of RGB (Red+Green+Blue) = 197+118+19=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57613 is #3A89EC. Grayscale: #828282. Windows color (decimal): -3836397 or 1275589. OLE color: 1275589.

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

Color convert

RGB 197 118 19 -
CMYK 0 0.40 0.90 0.23
HSL 33.37º 0.82% 0.42% -
HSV(B) 33.37º 0.9% 0.77% -
XYZ 29.62 24.87 3.86 -
YUV 130.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 197 118 19 0 0.40 0.90 0.23 33.37 0.82 0.42
Hex C5 76 13 0 28 5A 17 21 52 2A
Octal 305 166 23 0 50 132 27 41 122 52
Binary 11000101 1110110 10011 0 101000 1011010 10111 100001 1010010 101010

Color Harmonies of #C57613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57613

Black with #C57613

Text Example


Text Example

White with #C57613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57613; }

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

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

background-color css

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

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

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

border-color css

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

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

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