Html Css Color HEX #753816 Peru Tan

📋 copy color: '#753816'

red 117 ◦ green 56 ◦ blue 22

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

Shades of Peru Tan #753816

Tints of Peru Tan #753816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

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

R = 60%
G = 28.72%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#753816 (or 0x753816) is known color: Peru Tan. HEX triplet: 75, 38 and 16. RGB value is (117,56,22). Sum of RGB (Red+Green+Blue) = 117+56+22=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #753816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753816 is #8AC7E9. Grayscale: #464646. Windows color (decimal): -9095146 or 1456245. OLE color: 1456245.

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

Color convert

RGB 117 56 22 -
CMYK 0 0.52 0.81 0.54
HSL 21.47º 0.68% 0.27% -
HSV(B) 21.47º 0.81% 0.46% -
XYZ 8.9 6.67 1.58 -
YUV 70.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 117 56 22 0 0.52 0.81 0.54 21.47 0.68 0.27
Hex 75 38 16 0 34 51 36 15 44 1B
Octal 165 70 26 0 64 121 66 25 104 33
Binary 1110101 111000 10110 0 110100 1010001 110110 10101 1000100 11011

Color Harmonies of #753816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753816

Black with #753816

Text Example


Text Example

White with #753816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753816; }

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

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

background-color css

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

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

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

border-color css

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

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

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