#734838

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

Shades of Peanut #734838

Tints of Peanut #734838

Color information

#734838 (or 0x734838) is unknown color: approx Peanut. HEX triplet: 73, 48 and 38. RGB value is (115,72,56). Sum of RGB (Red+Green+Blue) = 115+72+56=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #734838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734838 is #8CB7C7. Grayscale: #535353. Windows color (decimal): -9222088 or 3688563. OLE color: 3688563.

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

Color convert

RGB1157256-
CMYK00.370.510.55
HSL16.27º34.5%33.53%-
HSV(B)16.27º51.3%45.1%-
XYZ10.18.574.86-
YUV83.03112.75150.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=47.33%
G=29.63%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115725600.370.510.5516.2734.533.53
Hex7348380253337102322
Octal163110700456367204342
Binary11100111001000111000010010111001111011110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734838; }

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

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

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

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

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

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

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

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