#734536

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

Shades of Peanut #734536

Tints of Peanut #734536

Color information

#734536 (or 0x734536) is unknown color: approx Peanut. HEX triplet: 73, 45 and 36. RGB value is (115,69,54). Sum of RGB (Red+Green+Blue) = 115+69+54=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #734536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734536 is #8CBAC9. Grayscale: #515151. Windows color (decimal): -9222858 or 3556723. OLE color: 3556723.

HSL color Cylindrical-coordinate representation of color #734536: hue angle of 14.75º 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 #734536 is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1156954-
CMYK00.40.530.55
HSL14.75º36.09%33.14%-
HSV(B)14.75º53.04%45.1%-
XYZ9.868.174.55-
YUV81.04112.74152.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=48.32%
G=28.99%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115695400.40.530.5514.7536.0933.14
Hex7345360283537f2421
Octal163105660506567174441
Binary1110011100010111011001010001101011101111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734536; }

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

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

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

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

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

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

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

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