#7B4834

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

Shades of Peanut #7B4834

Tints of Peanut #7B4834

Color information

#7B4834 (or 0x7B4834) is unknown color: approx Peanut. HEX triplet: 7B, 48 and 34. RGB value is (123,72,52). Sum of RGB (Red+Green+Blue) = 123+72+52=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4834 is #84B7CB. Grayscale: #555555. Windows color (decimal): -8697804 or 3426427. OLE color: 3426427.

HSL color Cylindrical-coordinate representation of color #7B4834: hue angle of 16.9º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B4834 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB1237252-
CMYK00.410.580.52
HSL16.9º40.57%34.31%-
HSV(B)16.9º57.72%48.24%-
XYZ11.119.094.42-
YUV84.97109.4155.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=49.80%
G=29.15%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123725200.410.580.5216.940.5734.31
Hex7B48340293A34112922
Octal173110640517264215142
Binary11110111001000110100010100111101011010010001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,52); }

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

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

 a { background-color: rgb(123,72,52); }

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

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

 span { border-color: rgb(123,72,52); }

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