Html Css Color HEX #753311 Peru Tan

📋 copy color: '#753311'

red 117 ◦ green 51 ◦ blue 17

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

Shades of Peru Tan #753311

Tints of Peru Tan #753311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 63.24%
G = 27.57%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753311 (or 0x753311) is known color: Peru Tan. HEX triplet: 75, 33 and 11. RGB value is (117,51,17). Sum of RGB (Red+Green+Blue) = 117+51+17=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #753311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753311 is #8ACCEE. Grayscale: #434343. Windows color (decimal): -9096431 or 1127285. OLE color: 1127285.

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

Color convert

RGB 117 51 17 -
CMYK 0 0.56 0.85 0.54
HSL 20.4º 0.75% 0.26% -
HSV(B) 20.4º 0.85% 0.46% -
XYZ 8.62 6.19 1.27 -
YUV 66.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 117 51 17 0 0.56 0.85 0.54 20.4 0.75 0.26
Hex 75 33 11 0 38 55 36 14 4B 1A
Octal 165 63 21 0 70 125 66 24 113 32
Binary 1110101 110011 10001 0 111000 1010101 110110 10100 1001011 11010

Color Harmonies of #753311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753311

Black with #753311

Text Example


Text Example

White with #753311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753311; }

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

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

background-color css

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

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

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

border-color css

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

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

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