Html Css Color HEX #753D16 Peru Tan

📋 copy color: '#753D16'

red 117 ◦ green 61 ◦ blue 22

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

Shades of Peru Tan #753D16

Tints of Peru Tan #753D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.5%

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

R = 58.5%
G = 30.5%
B = 11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#753D16 (or 0x753D16) is known color: Peru Tan. HEX triplet: 75, 3D and 16. RGB value is (117,61,22). Sum of RGB (Red+Green+Blue) = 117+61+22=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #753D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753D16 is #8AC2E9. Grayscale: #494949. Windows color (decimal): -9093866 or 1457525. OLE color: 1457525.

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

Color convert

RGB 117 61 22 -
CMYK 0 0.48 0.81 0.54
HSL 24.63º 0.68% 0.27% -
HSV(B) 24.63º 0.81% 0.46% -
XYZ 9.15 7.18 1.66 -
YUV 73.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 117 61 22 0 0.48 0.81 0.54 24.63 0.68 0.27
Hex 75 3D 16 0 30 51 36 19 44 1B
Octal 165 75 26 0 60 121 66 31 104 33
Binary 1110101 111101 10110 0 110000 1010001 110110 11001 1000100 11011

Color Harmonies of #753D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D16

Black with #753D16

Text Example


Text Example

White with #753D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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