#734738

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

Shades of Peanut #734738

Tints of Peanut #734738

Color information

#734738 (or 0x734738) is unknown color: approx Peanut. HEX triplet: 73, 47 and 38. RGB value is (115,71,56). Sum of RGB (Red+Green+Blue) = 115+71+56=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #734738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734738 is #8CB8C7. Grayscale: #525252. Windows color (decimal): -9222344 or 3688307. OLE color: 3688307.

HSL color Cylindrical-coordinate representation of color #734738: hue angle of 15.25º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #734738 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1157156-
CMYK00.380.510.55
HSL15.25º34.5%33.53%-
HSV(B)15.25º51.3%45.1%-
XYZ10.048.444.84-
YUV82.45113.08151.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=47.52%
G=29.34%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115715600.380.510.5515.2534.533.53
Hex7347380263337f2322
Octal163107700466367174342
Binary1110011100011111100001001101100111101111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734738; }

 p { color: rgb(115,71,56); }

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

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

 a { background-color: rgb(115,71,56); }

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

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

 span { border-color: rgb(115,71,56); }

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