Html Css Color HEX #753820 Peru Tan

📋 copy color: '#753820'

red 117 ◦ green 56 ◦ blue 32

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

Shades of Peru Tan #753820

Tints of Peru Tan #753820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 57.07%
G = 27.32%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#753820 (or 0x753820) is known color: Peru Tan. HEX triplet: 75, 38 and 20. RGB value is (117,56,32). Sum of RGB (Red+Green+Blue) = 117+56+32=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753820 is #8AC7DF. Grayscale: #474747. Windows color (decimal): -9095136 or 2111605. OLE color: 2111605.

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

Color convert

RGB 117 56 32 -
CMYK 0 0.52 0.73 0.54
HSL 16.94º 0.57% 0.29% -
HSV(B) 16.94º 0.73% 0.46% -
XYZ 9.01 6.71 2.19 -
YUV 71.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 117 56 32 0 0.52 0.73 0.54 16.94 0.57 0.29
Hex 75 38 20 0 34 49 36 11 39 1D
Octal 165 70 40 0 64 111 66 21 71 35
Binary 1110101 111000 100000 0 110100 1001001 110110 10001 111001 11101

Color Harmonies of #753820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753820

Black with #753820

Text Example


Text Example

White with #753820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753820; }

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

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

background-color css

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

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

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

border-color css

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

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

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