#734436

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

Shades of Peanut #734436

Tints of Peanut #734436

Color information

#734436 (or 0x734436) is unknown color: approx Peanut. HEX triplet: 73, 44 and 36. RGB value is (115,68,54). Sum of RGB (Red+Green+Blue) = 115+68+54=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734436 is #8CBBC9. Grayscale: #505050. Windows color (decimal): -9223114 or 3556467. OLE color: 3556467.

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

Color convert

RGB1156854-
CMYK00.410.530.55
HSL13.77º36.09%33.14%-
HSV(B)13.77º53.04%45.1%-
XYZ9.88.054.53-
YUV80.46113.07152.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=48.52%
G=28.69%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115685400.410.530.5513.7736.0933.14
Hex7344360293537e2421
Octal163104660516567164441
Binary1110011100010011011001010011101011101111110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734436; }

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

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

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

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

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

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

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

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