Html Css Color HEX #754520 Peru Tan

📋 copy color: '#754520'

red 117 ◦ green 69 ◦ blue 32

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

Shades of Peru Tan #754520

Tints of Peru Tan #754520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 53.67%
G = 31.65%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#754520 (or 0x754520) is known color: Peru Tan. HEX triplet: 75, 45 and 20. RGB value is (117,69,32). Sum of RGB (Red+Green+Blue) = 117+69+32=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754520 is #8ABADF. Grayscale: #4F4F4F. Windows color (decimal): -9091808 or 2114933. OLE color: 2114933.

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

Color convert

RGB 117 69 32 -
CMYK 0 0.41 0.73 0.54
HSL 26.12º 0.57% 0.29% -
HSV(B) 26.12º 0.73% 0.46% -
XYZ 9.72 8.14 2.43 -
YUV 79.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 117 69 32 0 0.41 0.73 0.54 26.12 0.57 0.29
Hex 75 45 20 0 29 49 36 1A 39 1D
Octal 165 105 40 0 51 111 66 32 71 35
Binary 1110101 1000101 100000 0 101001 1001001 110110 11010 111001 11101

Color Harmonies of #754520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754520

Black with #754520

Text Example


Text Example

White with #754520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754520; }

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

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

background-color css

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

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

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

border-color css

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

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

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