Html Css Color HEX #753711 Peru Tan

📋 copy color: '#753711'

red 117 ◦ green 55 ◦ blue 17

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

Shades of Peru Tan #753711

Tints of Peru Tan #753711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 61.9%
G = 29.1%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753711 (or 0x753711) is known color: Peru Tan. HEX triplet: 75, 37 and 11. RGB value is (117,55,17). Sum of RGB (Red+Green+Blue) = 117+55+17=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #753711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753711 is #8AC8EE. Grayscale: #454545. Windows color (decimal): -9095407 or 1128309. OLE color: 1128309.

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

Color convert

RGB 117 55 17 -
CMYK 0 0.53 0.85 0.54
HSL 22.8º 0.75% 0.26% -
HSV(B) 22.8º 0.85% 0.46% -
XYZ 8.8 6.55 1.33 -
YUV 69.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 117 55 17 0 0.53 0.85 0.54 22.8 0.75 0.26
Hex 75 37 11 0 35 55 36 17 4B 1A
Octal 165 67 21 0 65 125 66 27 113 32
Binary 1110101 110111 10001 0 110101 1010101 110110 10111 1001011 11010

Color Harmonies of #753711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753711

Black with #753711

Text Example


Text Example

White with #753711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753711; }

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

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

background-color css

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

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

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

border-color css

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

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

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