Html Css Color HEX #753111 Peru Tan

📋 copy color: '#753111'

red 117 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #753111

Tints of Peru Tan #753111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 63.93%
G = 26.78%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753111 (or 0x753111) is known color: Peru Tan. HEX triplet: 75, 31 and 11. RGB value is (117,49,17). Sum of RGB (Red+Green+Blue) = 117+49+17=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #753111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753111 is #8ACEEE. Grayscale: #414141. Windows color (decimal): -9096943 or 1126773. OLE color: 1126773.

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

Color convert

RGB 117 49 17 -
CMYK 0 0.58 0.85 0.54
HSL 19.2º 0.75% 0.26% -
HSV(B) 19.2º 0.85% 0.46% -
XYZ 8.54 6.02 1.24 -
YUV 65.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 117 49 17 0 0.58 0.85 0.54 19.2 0.75 0.26
Hex 75 31 11 0 3A 55 36 13 4B 1A
Octal 165 61 21 0 72 125 66 23 113 32
Binary 1110101 110001 10001 0 111010 1010101 110110 10011 1001011 11010

Color Harmonies of #753111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753111

Black with #753111

Text Example


Text Example

White with #753111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753111; }

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

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

background-color css

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

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

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

border-color css

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

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

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