Html Css Color HEX #753911 Peru Tan

📋 copy color: '#753911'

red 117 ◦ green 57 ◦ blue 17

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

Shades of Peru Tan #753911

Tints of Peru Tan #753911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

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

R = 61.26%
G = 29.84%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753911 (or 0x753911) is known color: Peru Tan. HEX triplet: 75, 39 and 11. RGB value is (117,57,17). Sum of RGB (Red+Green+Blue) = 117+57+17=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #753911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753911 is #8AC6EE. Grayscale: #464646. Windows color (decimal): -9094895 or 1128821. OLE color: 1128821.

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

Color convert

RGB 117 57 17 -
CMYK 0 0.51 0.85 0.54
HSL 24º 0.75% 0.26% -
HSV(B) 24º 0.85% 0.46% -
XYZ 8.9 6.75 1.36 -
YUV 70.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 117 57 17 0 0.51 0.85 0.54 24 0.75 0.26
Hex 75 39 11 0 33 55 36 18 4B 1A
Octal 165 71 21 0 63 125 66 30 113 32
Binary 1110101 111001 10001 0 110011 1010101 110110 11000 1001011 11010

Color Harmonies of #753911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753911

Black with #753911

Text Example


Text Example

White with #753911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753911; }

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

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

background-color css

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

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

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

border-color css

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

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

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