Html Css Color HEX #753E13 Peru Tan

📋 copy color: '#753E13'

red 117 ◦ green 62 ◦ blue 19

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

Shades of Peru Tan #753E13

Tints of Peru Tan #753E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.31%

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 59.09%
G = 31.31%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#753E13 (or 0x753E13) is known color: Peru Tan. HEX triplet: 75, 3E and 13. RGB value is (117,62,19). Sum of RGB (Red+Green+Blue) = 117+62+19=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #753E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753E13 is #8AC1EC. Grayscale: #494949. Windows color (decimal): -9093613 or 1261173. OLE color: 1261173.

HSL color Cylindrical-coordinate representation of color #753E13: hue angle of 26.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #753E13 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 19 -
CMYK 0 0.47 0.84 0.54
HSL 26.33º 0.72% 0.27% -
HSV(B) 26.33º 0.84% 0.46% -
XYZ 9.18 7.27 1.54 -
YUV 73.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 117 62 19 0 0.47 0.84 0.54 26.33 0.72 0.27
Hex 75 3E 13 0 2F 54 36 1A 48 1B
Octal 165 76 23 0 57 124 66 32 110 33
Binary 1110101 111110 10011 0 101111 1010100 110110 11010 1001000 11011

Color Harmonies of #753E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E13

Black with #753E13

Text Example


Text Example

White with #753E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E13; }

 p { color: rgb(117,62,19); }

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

background-color css

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

 a { background-color: rgb(117,62,19); }

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

border-color css

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

 span { border-color: rgb(117,62,19); }

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