Html Css Color HEX #753413 Peru Tan

📋 copy color: '#753413'

red 117 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #753413

Tints of Peru Tan #753413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 62.23%
G = 27.66%
B = 10.11%

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

#753413 (or 0x753413) is known color: Peru Tan. HEX triplet: 75, 34 and 13. RGB value is (117,52,19). Sum of RGB (Red+Green+Blue) = 117+52+19=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #753413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753413 is #8ACBEC. Grayscale: #434343. Windows color (decimal): -9096173 or 1258613. OLE color: 1258613.

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

Color convert

RGB 117 52 19 -
CMYK 0 0.56 0.84 0.54
HSL 20.2º 0.72% 0.27% -
HSV(B) 20.2º 0.84% 0.46% -
XYZ 8.68 6.28 1.37 -
YUV 67.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 117 52 19 0 0.56 0.84 0.54 20.2 0.72 0.27
Hex 75 34 13 0 38 54 36 14 48 1B
Octal 165 64 23 0 70 124 66 24 110 33
Binary 1110101 110100 10011 0 111000 1010100 110110 10100 1001000 11011

Color Harmonies of #753413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753413

Black with #753413

Text Example


Text Example

White with #753413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753413; }

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

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

background-color css

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

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

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

border-color css

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

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

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