Html Css Color HEX #7E4835 Peanut

📋 copy color: '#7E4835'

red 126 ◦ green 72 ◦ blue 53

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

Shades of Peanut #7E4835

Tints of Peanut #7E4835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 50.2%
G = 28.69%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7E4835 (or 0x7E4835) is known color: Peanut. HEX triplet: 7E, 48 and 35. RGB value is (126,72,53). Sum of RGB (Red+Green+Blue) = 126+72+53=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4835 is #81B7CA. Grayscale: #565656. Windows color (decimal): -8501195 or 3491966. OLE color: 3491966.

HSL color Cylindrical-coordinate representation of color #7E4835: hue angle of 15.62º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E4835 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 72 53 -
CMYK 0 0.43 0.58 0.51
HSL 15.62º 0.41% 0.35% -
HSV(B) 15.62º 0.58% 0.49% -
XYZ 11.56 9.33 4.56 -
YUV 85.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 126 72 53 0 0.43 0.58 0.51 15.62 0.41 0.35
Hex 7E 48 35 0 2B 3A 33 10 29 23
Octal 176 110 65 0 53 72 63 20 51 43
Binary 1111110 1001000 110101 0 101011 111010 110011 10000 101001 100011

Color Harmonies of #7E4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4835

Black with #7E4835

Text Example


Text Example

White with #7E4835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,72,53); }

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

background-color css

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

 a { background-color: rgb(126,72,53); }

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

border-color css

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

 span { border-color: rgb(126,72,53); }

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