#734636

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

Shades of Peanut #734636

Tints of Peanut #734636

Color information

#734636 (or 0x734636) is unknown color: approx Peanut. HEX triplet: 73, 46 and 36. RGB value is (115,70,54). Sum of RGB (Red+Green+Blue) = 115+70+54=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #734636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734636 is #8CB9C9. Grayscale: #515151. Windows color (decimal): -9222602 or 3556979. OLE color: 3556979.

HSL color Cylindrical-coordinate representation of color #734636: hue angle of 15.74º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #734636 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1157054-
CMYK00.390.530.55
HSL15.74º36.09%33.14%-
HSV(B)15.74º53.04%45.1%-
XYZ9.938.294.57-
YUV81.63112.41151.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=48.12%
G=29.29%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115705400.390.530.5515.7436.0933.14
Hex7346360273537102421
Octal163106660476567204441
Binary11100111000110110110010011111010111011110000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734636; }

 p { color: rgb(115,70,54); }

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

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

 a { background-color: rgb(115,70,54); }

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

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

 span { border-color: rgb(115,70,54); }

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