Html Css Color HEX #753517 Peru Tan

📋 copy color: '#753517'

red 117 ◦ green 53 ◦ blue 23

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

Shades of Peru Tan #753517

Tints of Peru Tan #753517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 60.62%
G = 27.46%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#753517 (or 0x753517) is known color: Peru Tan. HEX triplet: 75, 35 and 17. RGB value is (117,53,23). Sum of RGB (Red+Green+Blue) = 117+53+23=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #753517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753517 is #8ACAE8. Grayscale: #444444. Windows color (decimal): -9095913 or 1521013. OLE color: 1521013.

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

Color convert

RGB 117 53 23 -
CMYK 0 0.55 0.80 0.54
HSL 19.15º 0.67% 0.27% -
HSV(B) 19.15º 0.8% 0.46% -
XYZ 8.76 6.39 1.58 -
YUV 68.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 117 53 23 0 0.55 0.80 0.54 19.15 0.67 0.27
Hex 75 35 17 0 37 50 36 13 43 1B
Octal 165 65 27 0 67 120 66 23 103 33
Binary 1110101 110101 10111 0 110111 1010000 110110 10011 1000011 11011

Color Harmonies of #753517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753517

Black with #753517

Text Example


Text Example

White with #753517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753517; }

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

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

background-color css

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

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

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

border-color css

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

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

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