Html Css Color HEX #753119 Peru Tan

📋 copy color: '#753119'

red 117 ◦ green 49 ◦ blue 25

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

Shades of Peru Tan #753119

Tints of Peru Tan #753119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 61.26%
G = 25.65%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#753119 (or 0x753119) is known color: Peru Tan. HEX triplet: 75, 31 and 19. RGB value is (117,49,25). Sum of RGB (Red+Green+Blue) = 117+49+25=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #753119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753119 is #8ACEE6. Grayscale: #424242. Windows color (decimal): -9096935 or 1651061. OLE color: 1651061.

HSL color Cylindrical-coordinate representation of color #753119: hue angle of 15.65º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #753119 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 25 -
CMYK 0 0.58 0.79 0.54
HSL 15.65º 0.65% 0.28% -
HSV(B) 15.65º 0.79% 0.46% -
XYZ 8.61 6.05 1.63 -
YUV 66.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 117 49 25 0 0.58 0.79 0.54 15.65 0.65 0.28
Hex 75 31 19 0 3A 4F 36 10 41 1C
Octal 165 61 31 0 72 117 66 20 101 34
Binary 1110101 110001 11001 0 111010 1001111 110110 10000 1000001 11100

Color Harmonies of #753119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753119

Black with #753119

Text Example


Text Example

White with #753119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753119; }

 p { color: rgb(117,49,25); }

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

background-color css

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

 a { background-color: rgb(117,49,25); }

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

border-color css

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

 span { border-color: rgb(117,49,25); }

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