Html Css Color HEX #753013 Peru Tan

📋 copy color: '#753013'

red 117 ◦ green 48 ◦ blue 19

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

Shades of Peru Tan #753013

Tints of Peru Tan #753013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 63.59%
G = 26.09%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#753013 (or 0x753013) is known color: Peru Tan. HEX triplet: 75, 30 and 13. RGB value is (117,48,19). Sum of RGB (Red+Green+Blue) = 117+48+19=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #753013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753013 is #8ACFEC. Grayscale: #414141. Windows color (decimal): -9097197 or 1257589. OLE color: 1257589.

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

Color convert

RGB 117 48 19 -
CMYK 0 0.59 0.84 0.54
HSL 17.76º 0.72% 0.27% -
HSV(B) 17.76º 0.84% 0.46% -
XYZ 8.51 5.94 1.31 -
YUV 65.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 117 48 19 0 0.59 0.84 0.54 17.76 0.72 0.27
Hex 75 30 13 0 3B 54 36 12 48 1B
Octal 165 60 23 0 73 124 66 22 110 33
Binary 1110101 110000 10011 0 111011 1010100 110110 10010 1001000 11011

Color Harmonies of #753013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753013

Black with #753013

Text Example


Text Example

White with #753013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753013; }

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

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

background-color css

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

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

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

border-color css

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

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

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