Html Css Color HEX #753F14 Peru Tan

📋 copy color: '#753F14'

red 117 ◦ green 63 ◦ blue 20

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

Shades of Peru Tan #753F14

Tints of Peru Tan #753F14

RGB

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

 GREEN value IS 63 (25% from 255) = 31.5%

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

R = 58.5%
G = 31.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#753F14 (or 0x753F14) is known color: Peru Tan. HEX triplet: 75, 3F and 14. RGB value is (117,63,20). Sum of RGB (Red+Green+Blue) = 117+63+20=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #753F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F14 is #8AC0EB. Grayscale: #4A4A4A. Windows color (decimal): -9093356 or 1326965. OLE color: 1326965.

HSL color Cylindrical-coordinate representation of color #753F14: hue angle of 26.6º 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 #753F14 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 63 20 -
CMYK 0 0.46 0.83 0.54
HSL 26.6º 0.71% 0.27% -
HSV(B) 26.6º 0.83% 0.46% -
XYZ 9.24 7.39 1.6 -
YUV 74.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 117 63 20 0 0.46 0.83 0.54 26.6 0.71 0.27
Hex 75 3F 14 0 2E 53 36 1B 47 1B
Octal 165 77 24 0 56 123 66 33 107 33
Binary 1110101 111111 10100 0 101110 1010011 110110 11011 1000111 11011

Color Harmonies of #753F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F14

Black with #753F14

Text Example


Text Example

White with #753F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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