Html Css Color HEX #7E320D Peru Tan

📋 copy color: '#7E320D'

red 126 ◦ green 50 ◦ blue 13

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

Shades of Peru Tan #7E320D

Tints of Peru Tan #7E320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 66.67%
G = 26.46%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7E320D (or 0x7E320D) is known color: Peru Tan. HEX triplet: 7E, 32 and 0D. RGB value is (126,50,13). Sum of RGB (Red+Green+Blue) = 126+50+13=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E320D is #81CDF2. Grayscale: #444444. Windows color (decimal): -8506867 or 864894. OLE color: 864894.

HSL color Cylindrical-coordinate representation of color #7E320D: hue angle of 19.65º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E320D is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 50 13 -
CMYK 0 0.60 0.90 0.51
HSL 19.65º 0.81% 0.27% -
HSV(B) 19.65º 0.9% 0.49% -
XYZ 9.82 6.75 1.17 -
YUV 68.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 126 50 13 0 0.60 0.90 0.51 19.65 0.81 0.27
Hex 7E 32 D 0 3C 5A 33 14 51 1B
Octal 176 62 15 0 74 132 63 24 121 33
Binary 1111110 110010 1101 0 111100 1011010 110011 10100 1010001 11011

Color Harmonies of #7E320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E320D

Black with #7E320D

Text Example


Text Example

White with #7E320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,50,13); }

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

background-color css

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

 a { background-color: rgb(126,50,13); }

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

border-color css

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

 span { border-color: rgb(126,50,13); }

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