Html Css Color HEX #753C16 Peru Tan

📋 copy color: '#753C16'

red 117 ◦ green 60 ◦ blue 22

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

Shades of Peru Tan #753C16

Tints of Peru Tan #753C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

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

R = 58.79%
G = 30.15%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#753C16 (or 0x753C16) is known color: Peru Tan. HEX triplet: 75, 3C and 16. RGB value is (117,60,22). Sum of RGB (Red+Green+Blue) = 117+60+22=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #753C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C16 is #8AC3E9. Grayscale: #484848. Windows color (decimal): -9094122 or 1457269. OLE color: 1457269.

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

Color convert

RGB 117 60 22 -
CMYK 0 0.49 0.81 0.54
HSL 24º 0.68% 0.27% -
HSV(B) 24º 0.81% 0.46% -
XYZ 9.1 7.07 1.64 -
YUV 72.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 117 60 22 0 0.49 0.81 0.54 24 0.68 0.27
Hex 75 3C 16 0 31 51 36 18 44 1B
Octal 165 74 26 0 61 121 66 30 104 33
Binary 1110101 111100 10110 0 110001 1010001 110110 11000 1000100 11011

Color Harmonies of #753C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C16

Black with #753C16

Text Example


Text Example

White with #753C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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