Html Css Color HEX #7F3417 Peru Tan

📋 copy color: '#7F3417'

red 127 ◦ green 52 ◦ blue 23

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

Shades of Peru Tan #7F3417

Tints of Peru Tan #7F3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 62.87%
G = 25.74%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#7F3417 (or 0x7F3417) is known color: Peru Tan. HEX triplet: 7F, 34 and 17. RGB value is (127,52,23). Sum of RGB (Red+Green+Blue) = 127+52+23=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3417 is #80CBE8. Grayscale: #474747. Windows color (decimal): -8440809 or 1520767. OLE color: 1520767.

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

Color convert

RGB 127 52 23 -
CMYK 0 0.59 0.82 0.50
HSL 16.73º 0.69% 0.29% -
HSV(B) 16.73º 0.82% 0.5% -
XYZ 10.14 7.03 1.63 -
YUV 71.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 127 52 23 0 0.59 0.82 0.50 16.73 0.69 0.29
Hex 7F 34 17 0 3B 52 32 11 45 1D
Octal 177 64 27 0 73 122 62 21 105 35
Binary 1111111 110100 10111 0 111011 1010010 110010 10001 1000101 11101

Color Harmonies of #7F3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3417

Black with #7F3417

Text Example


Text Example

White with #7F3417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,52,23); }

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

background-color css

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

 a { background-color: rgb(127,52,23); }

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

border-color css

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

 span { border-color: rgb(127,52,23); }

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