Html Css Color HEX #753A14 Peru Tan

📋 copy color: '#753A14'

red 117 ◦ green 58 ◦ blue 20

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

Shades of Peru Tan #753A14

Tints of Peru Tan #753A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 60%
G = 29.74%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#753A14 (or 0x753A14) is known color: Peru Tan. HEX triplet: 75, 3A and 14. RGB value is (117,58,20). Sum of RGB (Red+Green+Blue) = 117+58+20=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #753A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A14 is #8AC5EB. Grayscale: #474747. Windows color (decimal): -9094636 or 1325685. OLE color: 1325685.

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

Color convert

RGB 117 58 20 -
CMYK 0 0.50 0.83 0.54
HSL 23.51º 0.71% 0.27% -
HSV(B) 23.51º 0.83% 0.46% -
XYZ 8.98 6.86 1.51 -
YUV 71.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 117 58 20 0 0.50 0.83 0.54 23.51 0.71 0.27
Hex 75 3A 14 0 32 53 36 18 47 1B
Octal 165 72 24 0 62 123 66 30 107 33
Binary 1110101 111010 10100 0 110010 1010011 110110 11000 1000111 11011

Color Harmonies of #753A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A14

Black with #753A14

Text Example


Text Example

White with #753A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,20); }

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

background-color css

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

 a { background-color: rgb(117,58,20); }

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

border-color css

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

 span { border-color: rgb(117,58,20); }

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