Html Css Color HEX #753015 Peru Tan

📋 copy color: '#753015'

red 117 ◦ green 48 ◦ blue 21

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

Shades of Peru Tan #753015

Tints of Peru Tan #753015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

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

R = 62.9%
G = 25.81%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#753015 (or 0x753015) is known color: Peru Tan. HEX triplet: 75, 30 and 15. RGB value is (117,48,21). Sum of RGB (Red+Green+Blue) = 117+48+21=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #753015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753015 is #8ACFEA. Grayscale: #414141. Windows color (decimal): -9097195 or 1388661. OLE color: 1388661.

HSL color Cylindrical-coordinate representation of color #753015: hue angle of 16.88º 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 #753015 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 21 -
CMYK 0 0.59 0.82 0.54
HSL 16.88º 0.7% 0.27% -
HSV(B) 16.88º 0.82% 0.46% -
XYZ 8.53 5.95 1.41 -
YUV 65.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 117 48 21 0 0.59 0.82 0.54 16.88 0.7 0.27
Hex 75 30 15 0 3B 52 36 11 46 1B
Octal 165 60 25 0 73 122 66 21 106 33
Binary 1110101 110000 10101 0 111011 1010010 110110 10001 1000110 11011

Color Harmonies of #753015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753015

Black with #753015

Text Example


Text Example

White with #753015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753015; }

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

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

background-color css

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

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

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

border-color css

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

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

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