Html Css Color HEX #7E4133 Peanut

📋 copy color: '#7E4133'

red 126 ◦ green 65 ◦ blue 51

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

Shades of Peanut #7E4133

Tints of Peanut #7E4133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 52.07%
G = 26.86%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7E4133 (or 0x7E4133) is known color: Peanut. HEX triplet: 7E, 41 and 33. RGB value is (126,65,51). Sum of RGB (Red+Green+Blue) = 126+65+51=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4133 is #81BECC. Grayscale: #515151. Windows color (decimal): -8502989 or 3359102. OLE color: 3359102.

HSL color Cylindrical-coordinate representation of color #7E4133: hue angle of 11.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4133 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 65 51 -
CMYK 0 0.48 0.60 0.51
HSL 11.2º 0.42% 0.35% -
HSV(B) 11.2º 0.6% 0.49% -
XYZ 11.09 8.46 4.18 -
YUV 81.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 126 65 51 0 0.48 0.60 0.51 11.2 0.42 0.35
Hex 7E 41 33 0 30 3C 33 B 2A 23
Octal 176 101 63 0 60 74 63 13 52 43
Binary 1111110 1000001 110011 0 110000 111100 110011 1011 101010 100011

Color Harmonies of #7E4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4133

Black with #7E4133

Text Example


Text Example

White with #7E4133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,65,51); }

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

background-color css

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

 a { background-color: rgb(126,65,51); }

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

border-color css

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

 span { border-color: rgb(126,65,51); }

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