Html Css Color HEX #7E361C Peru Tan

📋 copy color: '#7E361C'

red 126 ◦ green 54 ◦ blue 28

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

Shades of Peru Tan #7E361C

Tints of Peru Tan #7E361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 60.58%
G = 25.96%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7E361C (or 0x7E361C) is known color: Peru Tan. HEX triplet: 7E, 36 and 1C. RGB value is (126,54,28). Sum of RGB (Red+Green+Blue) = 126+54+28=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E361C is #81C9E3. Grayscale: #484848. Windows color (decimal): -8505828 or 1848958. OLE color: 1848958.

HSL color Cylindrical-coordinate representation of color #7E361C: hue angle of 15.92º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E361C is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 54 28 -
CMYK 0 0.57 0.78 0.51
HSL 15.92º 0.64% 0.3% -
HSV(B) 15.92º 0.78% 0.49% -
XYZ 10.13 7.16 1.95 -
YUV 72.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 126 54 28 0 0.57 0.78 0.51 15.92 0.64 0.3
Hex 7E 36 1C 0 39 4E 33 10 40 1E
Octal 176 66 34 0 71 116 63 20 100 36
Binary 1111110 110110 11100 0 111001 1001110 110011 10000 1000000 11110

Color Harmonies of #7E361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E361C

Black with #7E361C

Text Example


Text Example

White with #7E361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,28); }

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

background-color css

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

 a { background-color: rgb(126,54,28); }

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

border-color css

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

 span { border-color: rgb(126,54,28); }

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