Html Css Color HEX #7F3211 Peru Tan

📋 copy color: '#7F3211'

red 127 ◦ green 50 ◦ blue 17

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

Shades of Peru Tan #7F3211

Tints of Peru Tan #7F3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 65.46%
G = 25.77%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F3211 (or 0x7F3211) is known color: Peru Tan. HEX triplet: 7F, 32 and 11. RGB value is (127,50,17). Sum of RGB (Red+Green+Blue) = 127+50+17=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3211 is #80CDEE. Grayscale: #454545. Windows color (decimal): -8441327 or 1127039. OLE color: 1127039.

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

Color convert

RGB 127 50 17 -
CMYK 0 0.61 0.87 0.50
HSL 18º 0.76% 0.28% -
HSV(B) 18º 0.87% 0.5% -
XYZ 9.99 6.83 1.32 -
YUV 69.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 127 50 17 0 0.61 0.87 0.50 18 0.76 0.28
Hex 7F 32 11 0 3D 57 32 12 4C 1C
Octal 177 62 21 0 75 127 62 22 114 34
Binary 1111111 110010 10001 0 111101 1010111 110010 10010 1001100 11100

Color Harmonies of #7F3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3211

Black with #7F3211

Text Example


Text Example

White with #7F3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,50,17); }

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

background-color css

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

 a { background-color: rgb(127,50,17); }

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

border-color css

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

 span { border-color: rgb(127,50,17); }

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