Html Css Color HEX #753721 Peru Tan

📋 copy color: '#753721'

red 117 ◦ green 55 ◦ blue 33

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

Shades of Peru Tan #753721

Tints of Peru Tan #753721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 57.07%
G = 26.83%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#753721 (or 0x753721) is known color: Peru Tan. HEX triplet: 75, 37 and 21. RGB value is (117,55,33). Sum of RGB (Red+Green+Blue) = 117+55+33=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753721 is #8AC8DE. Grayscale: #474747. Windows color (decimal): -9095391 or 2176885. OLE color: 2176885.

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

Color convert

RGB 117 55 33 -
CMYK 0 0.53 0.72 0.54
HSL 15.71º 0.56% 0.29% -
HSV(B) 15.71º 0.72% 0.46% -
XYZ 8.98 6.62 2.24 -
YUV 71.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 117 55 33 0 0.53 0.72 0.54 15.71 0.56 0.29
Hex 75 37 21 0 35 48 36 10 38 1D
Octal 165 67 41 0 65 110 66 20 70 35
Binary 1110101 110111 100001 0 110101 1001000 110110 10000 111000 11101

Color Harmonies of #753721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753721

Black with #753721

Text Example


Text Example

White with #753721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753721; }

 p { color: rgb(117,55,33); }

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

background-color css

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

 a { background-color: rgb(117,55,33); }

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

border-color css

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

 span { border-color: rgb(117,55,33); }

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