Html Css Color HEX #C57715 Ochre

📋 copy color: '#C57715'

red 197 ◦ green 119 ◦ blue 21

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

Shades of Ochre #C57715

Tints of Ochre #C57715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.31%

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

R = 58.46%
G = 35.31%
B = 6.23%

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

#C57715 (or 0xC57715) is known color: Ochre. HEX triplet: C5, 77 and 15. RGB value is (197,119,21). Sum of RGB (Red+Green+Blue) = 197+119+21=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57715 is #3A88EA. Grayscale: #838383. Windows color (decimal): -3836139 or 1406917. OLE color: 1406917.

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

Color convert

RGB 197 119 21 -
CMYK 0 0.40 0.89 0.23
HSL 33.41º 0.81% 0.43% -
HSV(B) 33.41º 0.89% 0.77% -
XYZ 29.76 25.12 3.99 -
YUV 131.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 197 119 21 0 0.40 0.89 0.23 33.41 0.81 0.43
Hex C5 77 15 0 28 59 17 21 51 2B
Octal 305 167 25 0 50 131 27 41 121 53
Binary 11000101 1110111 10101 0 101000 1011001 10111 100001 1010001 101011

Color Harmonies of #C57715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57715

Black with #C57715

Text Example


Text Example

White with #C57715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57715; }

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

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

background-color css

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

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

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

border-color css

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

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

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