Html Css Color HEX #753113 Peru Tan

📋 copy color: '#753113'

red 117 ◦ green 49 ◦ blue 19

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

Shades of Peru Tan #753113

Tints of Peru Tan #753113

RGB

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

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

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

R = 63.24%
G = 26.49%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#753113 (or 0x753113) is known color: Peru Tan. HEX triplet: 75, 31 and 13. RGB value is (117,49,19). Sum of RGB (Red+Green+Blue) = 117+49+19=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #753113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753113 is #8ACEEC. Grayscale: #424242. Windows color (decimal): -9096941 or 1257845. OLE color: 1257845.

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

Color convert

RGB 117 49 19 -
CMYK 0 0.58 0.84 0.54
HSL 18.37º 0.72% 0.27% -
HSV(B) 18.37º 0.84% 0.46% -
XYZ 8.55 6.03 1.33 -
YUV 65.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 117 49 19 0 0.58 0.84 0.54 18.37 0.72 0.27
Hex 75 31 13 0 3A 54 36 12 48 1B
Octal 165 61 23 0 72 124 66 22 110 33
Binary 1110101 110001 10011 0 111010 1010100 110110 10010 1001000 11011

Color Harmonies of #753113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753113

Black with #753113

Text Example


Text Example

White with #753113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753113; }

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

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

background-color css

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

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

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

border-color css

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

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

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