Html Css Color HEX #7E3817 Peru Tan

📋 copy color: '#7E3817'

red 126 ◦ green 56 ◦ blue 23

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

Shades of Peru Tan #7E3817

Tints of Peru Tan #7E3817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 61.46%
G = 27.32%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7E3817 (or 0x7E3817) is known color: Peru Tan. HEX triplet: 7E, 38 and 17. RGB value is (126,56,23). Sum of RGB (Red+Green+Blue) = 126+56+23=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3817 is #81C7E8. Grayscale: #494949. Windows color (decimal): -8505321 or 1521790. OLE color: 1521790.

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

Color convert

RGB 126 56 23 -
CMYK 0 0.56 0.82 0.51
HSL 19.22º 0.69% 0.29% -
HSV(B) 19.22º 0.82% 0.49% -
XYZ 10.17 7.33 1.69 -
YUV 73.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 126 56 23 0 0.56 0.82 0.51 19.22 0.69 0.29
Hex 7E 38 17 0 38 52 33 13 45 1D
Octal 176 70 27 0 70 122 63 23 105 35
Binary 1111110 111000 10111 0 111000 1010010 110011 10011 1000101 11101

Color Harmonies of #7E3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3817

Black with #7E3817

Text Example


Text Example

White with #7E3817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,56,23); }

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

background-color css

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

 a { background-color: rgb(126,56,23); }

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

border-color css

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

 span { border-color: rgb(126,56,23); }

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