Html Css Color HEX #753614 Peru Tan

📋 copy color: '#753614'

red 117 ◦ green 54 ◦ blue 20

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

Shades of Peru Tan #753614

Tints of Peru Tan #753614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 61.26%
G = 28.27%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#753614 (or 0x753614) is known color: Peru Tan. HEX triplet: 75, 36 and 14. RGB value is (117,54,20). Sum of RGB (Red+Green+Blue) = 117+54+20=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #753614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753614 is #8AC9EB. Grayscale: #454545. Windows color (decimal): -9095660 or 1324661. OLE color: 1324661.

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

Color convert

RGB 117 54 20 -
CMYK 0 0.54 0.83 0.54
HSL 21.03º 0.71% 0.27% -
HSV(B) 21.03º 0.83% 0.46% -
XYZ 8.78 6.47 1.45 -
YUV 68.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 117 54 20 0 0.54 0.83 0.54 21.03 0.71 0.27
Hex 75 36 14 0 36 53 36 15 47 1B
Octal 165 66 24 0 66 123 66 25 107 33
Binary 1110101 110110 10100 0 110110 1010011 110110 10101 1000111 11011

Color Harmonies of #753614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753614

Black with #753614

Text Example


Text Example

White with #753614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753614; }

 p { color: rgb(117,54,20); }

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

background-color css

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

 a { background-color: rgb(117,54,20); }

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

border-color css

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

 span { border-color: rgb(117,54,20); }

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