Html Css Color HEX #7F3514 Peru Tan

📋 copy color: '#7F3514'

red 127 ◦ green 53 ◦ blue 20

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

Shades of Peru Tan #7F3514

Tints of Peru Tan #7F3514

RGB

 RED value IS 127 (50% from 255) = 63.5%

 GREEN value IS 53 (21.09% from 255) = 26.5%

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

R = 63.5%
G = 26.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F3514 (or 0x7F3514) is known color: Peru Tan. HEX triplet: 7F, 35 and 14. RGB value is (127,53,20). Sum of RGB (Red+Green+Blue) = 127+53+20=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3514 is #80CAEB. Grayscale: #474747. Windows color (decimal): -8440556 or 1324415. OLE color: 1324415.

HSL color Cylindrical-coordinate representation of color #7F3514: hue angle of 18.5º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F3514 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 53 20 -
CMYK 0 0.58 0.84 0.50
HSL 18.5º 0.73% 0.29% -
HSV(B) 18.5º 0.84% 0.5% -
XYZ 10.15 7.11 1.5 -
YUV 71.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 127 53 20 0 0.58 0.84 0.50 18.5 0.73 0.29
Hex 7F 35 14 0 3A 54 32 13 49 1D
Octal 177 65 24 0 72 124 62 23 111 35
Binary 1111111 110101 10100 0 111010 1010100 110010 10011 1001001 11101

Color Harmonies of #7F3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3514

Black with #7F3514

Text Example


Text Example

White with #7F3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F3514; }

 p { color: rgb(127,53,20); }

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

background-color css

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

 a { background-color: rgb(127,53,20); }

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

border-color css

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

 span { border-color: rgb(127,53,20); }

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