Html Css Color HEX #753F16 Peru Tan

📋 copy color: '#753F16'

red 117 ◦ green 63 ◦ blue 22

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

Shades of Peru Tan #753F16

Tints of Peru Tan #753F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.89%

R = 57.92%
G = 31.19%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#753F16 (or 0x753F16) is known color: Peru Tan. HEX triplet: 75, 3F and 16. RGB value is (117,63,22). Sum of RGB (Red+Green+Blue) = 117+63+22=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F16 is #8AC0E9. Grayscale: #4A4A4A. Windows color (decimal): -9093354 or 1458037. OLE color: 1458037.

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

Color convert

RGB 117 63 22 -
CMYK 0 0.46 0.81 0.54
HSL 25.89º 0.68% 0.27% -
HSV(B) 25.89º 0.81% 0.46% -
XYZ 9.26 7.39 1.7 -
YUV 74.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 117 63 22 0 0.46 0.81 0.54 25.89 0.68 0.27
Hex 75 3F 16 0 2E 51 36 1A 44 1B
Octal 165 77 26 0 56 121 66 32 104 33
Binary 1110101 111111 10110 0 101110 1010001 110110 11010 1000100 11011

Color Harmonies of #753F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F16

Black with #753F16

Text Example


Text Example

White with #753F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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