Html Css Color HEX #7F3512 Peru Tan

📋 copy color: '#7F3512'

red 127 ◦ green 53 ◦ blue 18

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

Shades of Peru Tan #7F3512

Tints of Peru Tan #7F3512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 64.14%
G = 26.77%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#7F3512 (or 0x7F3512) is known color: Peru Tan. HEX triplet: 7F, 35 and 12. RGB value is (127,53,18). Sum of RGB (Red+Green+Blue) = 127+53+18=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3512 is #80CAED. Grayscale: #474747. Windows color (decimal): -8440558 or 1193343. OLE color: 1193343.

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

Color convert

RGB 127 53 18 -
CMYK 0 0.58 0.86 0.50
HSL 19.27º 0.75% 0.28% -
HSV(B) 19.27º 0.86% 0.5% -
XYZ 10.13 7.1 1.41 -
YUV 71.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 127 53 18 0 0.58 0.86 0.50 19.27 0.75 0.28
Hex 7F 35 12 0 3A 56 32 13 4B 1C
Octal 177 65 22 0 72 126 62 23 113 34
Binary 1111111 110101 10010 0 111010 1010110 110010 10011 1001011 11100

Color Harmonies of #7F3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3512

Black with #7F3512

Text Example


Text Example

White with #7F3512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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