Html Css Color HEX #7E3713 Peru Tan

📋 copy color: '#7E3713'

red 126 ◦ green 55 ◦ blue 19

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

Shades of Peru Tan #7E3713

Tints of Peru Tan #7E3713

RGB

 RED value IS 126 (49.61% from 255) = 63%

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 63%
G = 27.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7E3713 (or 0x7E3713) is known color: Peru Tan. HEX triplet: 7E, 37 and 13. RGB value is (126,55,19). Sum of RGB (Red+Green+Blue) = 126+55+19=200 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3713 is #81C8EC. Grayscale: #484848. Windows color (decimal): -8505581 or 1259390. OLE color: 1259390.

HSL color Cylindrical-coordinate representation of color #7E3713: hue angle of 20.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E3713 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 55 19 -
CMYK 0 0.56 0.85 0.51
HSL 20.19º 0.74% 0.28% -
HSV(B) 20.19º 0.85% 0.49% -
XYZ 10.09 7.22 1.48 -
YUV 72.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 126 55 19 0 0.56 0.85 0.51 20.19 0.74 0.28
Hex 7E 37 13 0 38 55 33 14 4A 1C
Octal 176 67 23 0 70 125 63 24 112 34
Binary 1111110 110111 10011 0 111000 1010101 110011 10100 1001010 11100

Color Harmonies of #7E3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3713

Black with #7E3713

Text Example


Text Example

White with #7E3713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,55,19); }

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

background-color css

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

 a { background-color: rgb(126,55,19); }

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

border-color css

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

 span { border-color: rgb(126,55,19); }

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