Html Css Color HEX #C57615 Ochre

📋 copy color: '#C57615'

red 197 ◦ green 118 ◦ blue 21

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

Shades of Ochre #C57615

Tints of Ochre #C57615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.25%

R = 58.63%
G = 35.12%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C57615 (or 0xC57615) is known color: Ochre. HEX triplet: C5, 76 and 15. RGB value is (197,118,21). Sum of RGB (Red+Green+Blue) = 197+118+21=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57615 is #3A89EA. Grayscale: #838383. Windows color (decimal): -3836395 or 1406661. OLE color: 1406661.

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

Color convert

RGB 197 118 21 -
CMYK 0 0.40 0.89 0.23
HSL 33.07º 0.81% 0.43% -
HSV(B) 33.07º 0.89% 0.77% -
XYZ 29.64 24.88 3.95 -
YUV 130.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 197 118 21 0 0.40 0.89 0.23 33.07 0.81 0.43
Hex C5 76 15 0 28 59 17 21 51 2B
Octal 305 166 25 0 50 131 27 41 121 53
Binary 11000101 1110110 10101 0 101000 1011001 10111 100001 1010001 101011

Color Harmonies of #C57615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57615

Black with #C57615

Text Example


Text Example

White with #C57615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57615; }

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

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

background-color css

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

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

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

border-color css

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

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

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