#7B4536

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

Shades of Peanut #7B4536

Tints of Peanut #7B4536

Color information

#7B4536 (or 0x7B4536) is unknown color: approx Peanut. HEX triplet: 7B, 45 and 36. RGB value is (123,69,54). Sum of RGB (Red+Green+Blue) = 123+69+54=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4536 is #84BAC9. Grayscale: #535353. Windows color (decimal): -8698570 or 3556731. OLE color: 3556731.

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

Color convert

RGB1236954-
CMYK00.440.560.52
HSL13.04º38.98%34.71%-
HSV(B)13.04º56.1%48.24%-
XYZ10.968.734.6-
YUV83.44111.39156.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=50%
G=28.05%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123695400.440.560.5213.0438.9834.71
Hex7B453602C3834d2723
Octal173105660547064154743
Binary1111011100010111011001011001110001101001101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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