Html Css Color HEX #7E3F2E Peanut

📋 copy color: '#7E3F2E'

red 126 ◦ green 63 ◦ blue 46

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

Shades of Peanut #7E3F2E

Tints of Peanut #7E3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 53.62%
G = 26.81%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E3F2E (or 0x7E3F2E) is known color: Peanut. HEX triplet: 7E, 3F and 2E. RGB value is (126,63,46). Sum of RGB (Red+Green+Blue) = 126+63+46=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F2E is #81C0D1. Grayscale: #505050. Windows color (decimal): -8503506 or 3030910. OLE color: 3030910.

HSL color Cylindrical-coordinate representation of color #7E3F2E: hue angle of 12.75º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E3F2E is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 63 46 -
CMYK 0 0.50 0.63 0.51
HSL 12.75º 0.47% 0.34% -
HSV(B) 12.75º 0.63% 0.49% -
XYZ 10.87 8.19 3.59 -
YUV 79.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 126 63 46 0 0.50 0.63 0.51 12.75 0.47 0.34
Hex 7E 3F 2E 0 32 3F 33 D 2F 22
Octal 176 77 56 0 62 77 63 15 57 42
Binary 1111110 111111 101110 0 110010 111111 110011 1101 101111 100010

Color Harmonies of #7E3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3F2E

Black with #7E3F2E

Text Example


Text Example

White with #7E3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,63,46); }

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

background-color css

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

 a { background-color: rgb(126,63,46); }

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

border-color css

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

 span { border-color: rgb(126,63,46); }

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