Html Css Color HEX #753115 Peru Tan

📋 copy color: '#753115'

red 117 ◦ green 49 ◦ blue 21

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

Shades of Peru Tan #753115

Tints of Peru Tan #753115

RGB

 RED value IS 117 (46.09% from 255) = 62.57%

 GREEN value IS 49 (19.53% from 255) = 26.2%

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

R = 62.57%
G = 26.2%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#753115 (or 0x753115) is known color: Peru Tan. HEX triplet: 75, 31 and 15. RGB value is (117,49,21). Sum of RGB (Red+Green+Blue) = 117+49+21=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #753115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753115 is #8ACEEA. Grayscale: #424242. Windows color (decimal): -9096939 or 1388917. OLE color: 1388917.

HSL color Cylindrical-coordinate representation of color #753115: hue angle of 17.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #753115 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 21 -
CMYK 0 0.58 0.82 0.54
HSL 17.5º 0.7% 0.27% -
HSV(B) 17.5º 0.82% 0.46% -
XYZ 8.57 6.03 1.42 -
YUV 66.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 117 49 21 0 0.58 0.82 0.54 17.5 0.7 0.27
Hex 75 31 15 0 3A 52 36 12 46 1B
Octal 165 61 25 0 72 122 66 22 106 33
Binary 1110101 110001 10101 0 111010 1010010 110110 10010 1000110 11011

Color Harmonies of #753115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753115

Black with #753115

Text Example


Text Example

White with #753115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753115; }

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

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

background-color css

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

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

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

border-color css

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

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

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