Html Css Color HEX #7E3014 Peru Tan

📋 copy color: '#7E3014'

red 126 ◦ green 48 ◦ blue 20

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

Shades of Peru Tan #7E3014

Tints of Peru Tan #7E3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 64.95%
G = 24.74%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E3014 (or 0x7E3014) is known color: Peru Tan. HEX triplet: 7E, 30 and 14. RGB value is (126,48,20). Sum of RGB (Red+Green+Blue) = 126+48+20=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3014 is #81CFEB. Grayscale: #444444. Windows color (decimal): -8507372 or 1323134. OLE color: 1323134.

HSL color Cylindrical-coordinate representation of color #7E3014: hue angle of 15.85º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E3014 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 48 20 -
CMYK 0 0.62 0.84 0.51
HSL 15.85º 0.73% 0.29% -
HSV(B) 15.85º 0.84% 0.49% -
XYZ 9.79 6.6 1.42 -
YUV 68.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 126 48 20 0 0.62 0.84 0.51 15.85 0.73 0.29
Hex 7E 30 14 0 3E 54 33 10 49 1D
Octal 176 60 24 0 76 124 63 20 111 35
Binary 1111110 110000 10100 0 111110 1010100 110011 10000 1001001 11101

Color Harmonies of #7E3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3014

Black with #7E3014

Text Example


Text Example

White with #7E3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,48,20); }

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

background-color css

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

 a { background-color: rgb(126,48,20); }

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

border-color css

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

 span { border-color: rgb(126,48,20); }

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