Html Css Color HEX #7F3510 Peru Tan

📋 copy color: '#7F3510'

red 127 ◦ green 53 ◦ blue 16

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

Shades of Peru Tan #7F3510

Tints of Peru Tan #7F3510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 64.8%
G = 27.04%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F3510 (or 0x7F3510) is known color: Peru Tan. HEX triplet: 7F, 35 and 10. RGB value is (127,53,16). Sum of RGB (Red+Green+Blue) = 127+53+16=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3510 is #80CAEF. Grayscale: #474747. Windows color (decimal): -8440560 or 1062271. OLE color: 1062271.

HSL color Cylindrical-coordinate representation of color #7F3510: hue angle of 20º degrees, saturation: 0.78, 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 #7F3510 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 53 16 -
CMYK 0 0.58 0.87 0.50
HSL 20º 0.78% 0.28% -
HSV(B) 20º 0.87% 0.5% -
XYZ 10.12 7.1 1.33 -
YUV 70.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 127 53 16 0 0.58 0.87 0.50 20 0.78 0.28
Hex 7F 35 10 0 3A 57 32 14 4E 1C
Octal 177 65 20 0 72 127 62 24 116 34
Binary 1111111 110101 10000 0 111010 1010111 110010 10100 1001110 11100

Color Harmonies of #7F3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3510

Black with #7F3510

Text Example


Text Example

White with #7F3510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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