Html Css Color HEX #753414 Peru Tan

📋 copy color: '#753414'

red 117 ◦ green 52 ◦ blue 20

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

Shades of Peru Tan #753414

Tints of Peru Tan #753414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 61.9%
G = 27.51%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#753414 (or 0x753414) is known color: Peru Tan. HEX triplet: 75, 34 and 14. RGB value is (117,52,20). Sum of RGB (Red+Green+Blue) = 117+52+20=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #753414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753414 is #8ACBEB. Grayscale: #434343. Windows color (decimal): -9096172 or 1324149. OLE color: 1324149.

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

Color convert

RGB 117 52 20 -
CMYK 0 0.56 0.83 0.54
HSL 19.79º 0.71% 0.27% -
HSV(B) 19.79º 0.83% 0.46% -
XYZ 8.69 6.29 1.42 -
YUV 67.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 117 52 20 0 0.56 0.83 0.54 19.79 0.71 0.27
Hex 75 34 14 0 38 53 36 14 47 1B
Octal 165 64 24 0 70 123 66 24 107 33
Binary 1110101 110100 10100 0 111000 1010011 110110 10100 1000111 11011

Color Harmonies of #753414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753414

Black with #753414

Text Example


Text Example

White with #753414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753414; }

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

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

background-color css

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

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

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

border-color css

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

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

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