Html Css Color HEX #C57515 Ochre

📋 copy color: '#C57515'

red 197 ◦ green 117 ◦ blue 21

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

Shades of Ochre #C57515

Tints of Ochre #C57515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 58.81%
G = 34.93%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C57515 (or 0xC57515) is known color: Ochre. HEX triplet: C5, 75 and 15. RGB value is (197,117,21). Sum of RGB (Red+Green+Blue) = 197+117+21=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57515 is #3A8AEA. Grayscale: #828282. Windows color (decimal): -3836651 or 1406405. OLE color: 1406405.

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

Color convert

RGB 197 117 21 -
CMYK 0 0.41 0.89 0.23
HSL 32.73º 0.81% 0.43% -
HSV(B) 32.73º 0.89% 0.77% -
XYZ 29.52 24.65 3.91 -
YUV 129.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 197 117 21 0 0.41 0.89 0.23 32.73 0.81 0.43
Hex C5 75 15 0 29 59 17 21 51 2B
Octal 305 165 25 0 51 131 27 41 121 53
Binary 11000101 1110101 10101 0 101001 1011001 10111 100001 1010001 101011

Color Harmonies of #C57515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57515

Black with #C57515

Text Example


Text Example

White with #C57515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57515; }

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

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

background-color css

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

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

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

border-color css

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

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

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