Html Css Color HEX #753B16 Peru Tan

📋 copy color: '#753B16'

red 117 ◦ green 59 ◦ blue 22

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

Shades of Peru Tan #753B16

Tints of Peru Tan #753B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.8%

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

R = 59.09%
G = 29.8%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#753B16 (or 0x753B16) is known color: Peru Tan. HEX triplet: 75, 3B and 16. RGB value is (117,59,22). Sum of RGB (Red+Green+Blue) = 117+59+22=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #753B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B16 is #8AC4E9. Grayscale: #484848. Windows color (decimal): -9094378 or 1457013. OLE color: 1457013.

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

Color convert

RGB 117 59 22 -
CMYK 0 0.50 0.81 0.54
HSL 23.37º 0.68% 0.27% -
HSV(B) 23.37º 0.81% 0.46% -
XYZ 9.04 6.97 1.63 -
YUV 72.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 117 59 22 0 0.50 0.81 0.54 23.37 0.68 0.27
Hex 75 3B 16 0 32 51 36 17 44 1B
Octal 165 73 26 0 62 121 66 27 104 33
Binary 1110101 111011 10110 0 110010 1010001 110110 10111 1000100 11011

Color Harmonies of #753B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B16

Black with #753B16

Text Example


Text Example

White with #753B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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