Html Css Color HEX #753313 Peru Tan

📋 copy color: '#753313'

red 117 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #753313

Tints of Peru Tan #753313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 62.57%
G = 27.27%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#753313 (or 0x753313) is known color: Peru Tan. HEX triplet: 75, 33 and 13. RGB value is (117,51,19). Sum of RGB (Red+Green+Blue) = 117+51+19=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #753313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753313 is #8ACCEC. Grayscale: #434343. Windows color (decimal): -9096429 or 1258357. OLE color: 1258357.

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

Color convert

RGB 117 51 19 -
CMYK 0 0.56 0.84 0.54
HSL 19.59º 0.72% 0.27% -
HSV(B) 19.59º 0.84% 0.46% -
XYZ 8.64 6.2 1.36 -
YUV 67.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 117 51 19 0 0.56 0.84 0.54 19.59 0.72 0.27
Hex 75 33 13 0 38 54 36 14 48 1B
Octal 165 63 23 0 70 124 66 24 110 33
Binary 1110101 110011 10011 0 111000 1010100 110110 10100 1001000 11011

Color Harmonies of #753313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753313

Black with #753313

Text Example


Text Example

White with #753313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753313; }

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

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

background-color css

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

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

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

border-color css

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

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

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