#7b4537

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

Shades of Peanut #7B4537

Tints of Peanut #7B4537

Color information

#7B4537 (or 0x7B4537) is unknown color: approx Peanut. HEX triplet: 7B, 45 and 37. RGB value is (123,69,55). Sum of RGB (Red+Green+Blue) = 123+69+55=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4537 is #84BAC8. Grayscale: #535353. Windows color (decimal): -8698569 or 3622267. OLE color: 3622267.

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

Color convert

RGB1236955-
CMYK00.440.550.52
HSL12.35º38.2%34.9%-
HSV(B)12.35º55.28%48.24%-
XYZ10.998.744.72-
YUV83.55111.89156.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=49.80%
G=27.94%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123695500.440.550.5212.3538.234.9
Hex7B453702C3734c2623
Octal173105670546764144643
Binary1111011100010111011101011001101111101001100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b4537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,69,55); }

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

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

 a { background-color: rgb(123,69,55); }

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

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

 span { border-color: rgb(123,69,55); }

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