Html Css Color HEX #7E4535 Peanut

📋 copy color: '#7E4535'

red 126 ◦ green 69 ◦ blue 53

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

Shades of Peanut #7E4535

Tints of Peanut #7E4535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 50.81%
G = 27.82%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7E4535 (or 0x7E4535) is known color: Peanut. HEX triplet: 7E, 45 and 35. RGB value is (126,69,53). Sum of RGB (Red+Green+Blue) = 126+69+53=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4535 is #81BACA. Grayscale: #545454. Windows color (decimal): -8501963 or 3491198. OLE color: 3491198.

HSL color Cylindrical-coordinate representation of color #7E4535: hue angle of 13.15º 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 #7E4535 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 69 53 -
CMYK 0 0.45 0.58 0.51
HSL 13.15º 0.41% 0.35% -
HSV(B) 13.15º 0.58% 0.49% -
XYZ 11.37 8.95 4.5 -
YUV 84.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 126 69 53 0 0.45 0.58 0.51 13.15 0.41 0.35
Hex 7E 45 35 0 2D 3A 33 D 29 23
Octal 176 105 65 0 55 72 63 15 51 43
Binary 1111110 1000101 110101 0 101101 111010 110011 1101 101001 100011

Color Harmonies of #7E4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4535

Black with #7E4535

Text Example


Text Example

White with #7E4535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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