#7B4435

Color #7B4435 Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #7B4435

Tints of Peanut #7B4435

Color information

#7B4435 (or 0x7B4435) is unknown color: approx Peanut. HEX triplet: 7B, 44 and 35. RGB value is (123,68,53). Sum of RGB (Red+Green+Blue) = 123+68+53=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4435 is #84BBCA. Grayscale: #525252. Windows color (decimal): -8698827 or 3490939. OLE color: 3490939.

HSL color Cylindrical-coordinate representation of color #7B4435: hue angle of 12.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4435 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1236853-
CMYK00.450.570.52
HSL12.86º39.77%34.51%-
HSV(B)12.86º56.91%48.24%-
XYZ10.888.64.46-
YUV82.74111.22156.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=50.41%
G=27.87%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123685300.450.570.5212.8639.7734.51
Hex7B443502D3934d2823
Octal173104650557164155043
Binary1111011100010011010101011011110011101001101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,68,53); }

 H1.HeaderClassName
 {
   color: #7B4435;
 }
 .AnyTagClassName
 {
   color: #7B4435;
 }
</style>
background-color css

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

 a { background-color: rgb(123,68,53); }

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

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

 span { border-color: rgb(123,68,53); }

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