Html Css Color HEX #753620 Peru Tan

📋 copy color: '#753620'

red 117 ◦ green 54 ◦ blue 32

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

Shades of Peru Tan #753620

Tints of Peru Tan #753620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 57.64%
G = 26.6%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#753620 (or 0x753620) is known color: Peru Tan. HEX triplet: 75, 36 and 20. RGB value is (117,54,32). Sum of RGB (Red+Green+Blue) = 117+54+32=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #753620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753620 is #8AC9DF. Grayscale: #464646. Windows color (decimal): -9095648 or 2111093. OLE color: 2111093.

HSL color Cylindrical-coordinate representation of color #753620: hue angle of 15.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753620 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 32 -
CMYK 0 0.54 0.73 0.54
HSL 15.53º 0.57% 0.29% -
HSV(B) 15.53º 0.73% 0.46% -
XYZ 8.92 6.52 2.16 -
YUV 70.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 117 54 32 0 0.54 0.73 0.54 15.53 0.57 0.29
Hex 75 36 20 0 36 49 36 10 39 1D
Octal 165 66 40 0 66 111 66 20 71 35
Binary 1110101 110110 100000 0 110110 1001001 110110 10000 111001 11101

Color Harmonies of #753620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753620

Black with #753620

Text Example


Text Example

White with #753620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753620; }

 p { color: rgb(117,54,32); }

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

background-color css

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

 a { background-color: rgb(117,54,32); }

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

border-color css

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

 span { border-color: rgb(117,54,32); }

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