Html Css Color HEX #753516 Peru Tan

📋 copy color: '#753516'

red 117 ◦ green 53 ◦ blue 22

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

Shades of Peru Tan #753516

Tints of Peru Tan #753516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 60.94%
G = 27.6%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#753516 (or 0x753516) is known color: Peru Tan. HEX triplet: 75, 35 and 16. RGB value is (117,53,22). Sum of RGB (Red+Green+Blue) = 117+53+22=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #753516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753516 is #8ACAE9. Grayscale: #444444. Windows color (decimal): -9095914 or 1455477. OLE color: 1455477.

HSL color Cylindrical-coordinate representation of color #753516: hue angle of 19.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #753516 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 22 -
CMYK 0 0.55 0.81 0.54
HSL 19.58º 0.68% 0.27% -
HSV(B) 19.58º 0.81% 0.46% -
XYZ 8.75 6.39 1.53 -
YUV 68.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 117 53 22 0 0.55 0.81 0.54 19.58 0.68 0.27
Hex 75 35 16 0 37 51 36 14 44 1B
Octal 165 65 26 0 67 121 66 24 104 33
Binary 1110101 110101 10110 0 110111 1010001 110110 10100 1000100 11011

Color Harmonies of #753516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753516

Black with #753516

Text Example


Text Example

White with #753516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753516; }

 p { color: rgb(117,53,22); }

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

background-color css

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

 a { background-color: rgb(117,53,22); }

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

border-color css

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

 span { border-color: rgb(117,53,22); }

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