Html Css Color HEX #753921 Peru Tan

📋 copy color: '#753921'

red 117 ◦ green 57 ◦ blue 33

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

Shades of Peru Tan #753921

Tints of Peru Tan #753921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

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

R = 56.52%
G = 27.54%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#753921 (or 0x753921) is known color: Peru Tan. HEX triplet: 75, 39 and 21. RGB value is (117,57,33). Sum of RGB (Red+Green+Blue) = 117+57+33=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753921 is #8AC6DE. Grayscale: #484848. Windows color (decimal): -9094879 or 2177397. OLE color: 2177397.

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

Color convert

RGB 117 57 33 -
CMYK 0 0.51 0.72 0.54
HSL 17.14º 0.56% 0.29% -
HSV(B) 17.14º 0.72% 0.46% -
XYZ 9.07 6.82 2.28 -
YUV 72.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 117 57 33 0 0.51 0.72 0.54 17.14 0.56 0.29
Hex 75 39 21 0 33 48 36 11 38 1D
Octal 165 71 41 0 63 110 66 21 70 35
Binary 1110101 111001 100001 0 110011 1001000 110110 10001 111000 11101

Color Harmonies of #753921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753921

Black with #753921

Text Example


Text Example

White with #753921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753921; }

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

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

background-color css

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

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

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

border-color css

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

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

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