Html Css Color HEX #754014 Peru Tan

📋 copy color: '#754014'

red 117 ◦ green 64 ◦ blue 20

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

Shades of Peru Tan #754014

Tints of Peru Tan #754014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 58.21%
G = 31.84%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#754014 (or 0x754014) is known color: Peru Tan. HEX triplet: 75, 40 and 14. RGB value is (117,64,20). Sum of RGB (Red+Green+Blue) = 117+64+20=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #754014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754014 is #8ABFEB. Grayscale: #4B4B4B. Windows color (decimal): -9093100 or 1327221. OLE color: 1327221.

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

Color convert

RGB 117 64 20 -
CMYK 0 0.45 0.83 0.54
HSL 27.22º 0.71% 0.27% -
HSV(B) 27.22º 0.83% 0.46% -
XYZ 9.3 7.5 1.62 -
YUV 74.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 117 64 20 0 0.45 0.83 0.54 27.22 0.71 0.27
Hex 75 40 14 0 2D 53 36 1B 47 1B
Octal 165 100 24 0 55 123 66 33 107 33
Binary 1110101 1000000 10100 0 101101 1010011 110110 11011 1000111 11011

Color Harmonies of #754014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754014

Black with #754014

Text Example


Text Example

White with #754014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754014; }

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

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

background-color css

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

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

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

border-color css

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

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

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