Html Css Color HEX #753717 Peru Tan

📋 copy color: '#753717'

red 117 ◦ green 55 ◦ blue 23

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

Shades of Peru Tan #753717

Tints of Peru Tan #753717

RGB

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

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

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

R = 60%
G = 28.21%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#753717 (or 0x753717) is known color: Peru Tan. HEX triplet: 75, 37 and 17. RGB value is (117,55,23). Sum of RGB (Red+Green+Blue) = 117+55+23=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #753717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753717 is #8AC8E8. Grayscale: #464646. Windows color (decimal): -9095401 or 1521525. OLE color: 1521525.

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

Color convert

RGB 117 55 23 -
CMYK 0 0.53 0.80 0.54
HSL 20.43º 0.67% 0.27% -
HSV(B) 20.43º 0.8% 0.46% -
XYZ 8.86 6.58 1.61 -
YUV 69.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 117 55 23 0 0.53 0.80 0.54 20.43 0.67 0.27
Hex 75 37 17 0 35 50 36 14 43 1B
Octal 165 67 27 0 65 120 66 24 103 33
Binary 1110101 110111 10111 0 110101 1010000 110110 10100 1000011 11011

Color Harmonies of #753717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753717

Black with #753717

Text Example


Text Example

White with #753717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753717; }

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

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

background-color css

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

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

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

border-color css

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

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

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