Html Css Color HEX #753411 Peru Tan

📋 copy color: '#753411'

red 117 ◦ green 52 ◦ blue 17

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

Shades of Peru Tan #753411

Tints of Peru Tan #753411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

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

R = 62.9%
G = 27.96%
B = 9.14%

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

#753411 (or 0x753411) is known color: Peru Tan. HEX triplet: 75, 34 and 11. RGB value is (117,52,17). Sum of RGB (Red+Green+Blue) = 117+52+17=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #753411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753411 is #8ACBEE. Grayscale: #434343. Windows color (decimal): -9096175 or 1127541. OLE color: 1127541.

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

Color convert

RGB 117 52 17 -
CMYK 0 0.56 0.85 0.54
HSL 21º 0.75% 0.26% -
HSV(B) 21º 0.85% 0.46% -
XYZ 8.67 6.28 1.29 -
YUV 67.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 117 52 17 0 0.56 0.85 0.54 21 0.75 0.26
Hex 75 34 11 0 38 55 36 15 4B 1A
Octal 165 64 21 0 70 125 66 25 113 32
Binary 1110101 110100 10001 0 111000 1010101 110110 10101 1001011 11010

Color Harmonies of #753411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753411

Black with #753411

Text Example


Text Example

White with #753411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753411; }

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

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

background-color css

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

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

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

border-color css

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

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

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