Html Css Color HEX #752D13 Peru Tan

📋 copy color: '#752D13'

red 117 ◦ green 45 ◦ blue 19

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

Shades of Peru Tan #752D13

Tints of Peru Tan #752D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.86%

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

R = 64.64%
G = 24.86%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752D13 (or 0x752D13) is known color: Peru Tan. HEX triplet: 75, 2D and 13. RGB value is (117,45,19). Sum of RGB (Red+Green+Blue) = 117+45+19=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #752D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D13 is #8AD2EC. Grayscale: #3F3F3F. Windows color (decimal): -9097965 or 1256821. OLE color: 1256821.

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

Color convert

RGB 117 45 19 -
CMYK 0 0.62 0.84 0.54
HSL 15.92º 0.72% 0.27% -
HSV(B) 15.92º 0.84% 0.46% -
XYZ 8.39 5.71 1.28 -
YUV 63.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 117 45 19 0 0.62 0.84 0.54 15.92 0.72 0.27
Hex 75 2D 13 0 3E 54 36 10 48 1B
Octal 165 55 23 0 76 124 66 20 110 33
Binary 1110101 101101 10011 0 111110 1010100 110110 10000 1001000 11011

Color Harmonies of #752D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D13

Black with #752D13

Text Example


Text Example

White with #752D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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