#734133

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

Shades of Peanut #734133

Tints of Peanut #734133

Color information

#734133 (or 0x734133) is unknown color: approx Peanut. HEX triplet: 73, 41 and 33. RGB value is (115,65,51). Sum of RGB (Red+Green+Blue) = 115+65+51=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734133 is #8CBECC. Grayscale: #4E4E4E. Windows color (decimal): -9223885 or 3359091. OLE color: 3359091.

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

Color convert

RGB1156551-
CMYK00.430.560.55
HSL13.13º38.55%32.55%-
HSV(B)13.13º55.65%45.1%-
XYZ9.567.664.11-
YUV78.35112.56154.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=49.78%
G=28.14%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115655100.430.560.5513.1338.5532.55
Hex73413302B3837d2721
Octal163101630537067154741
Binary1110011100000111001101010111110001101111101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734133; }

 p { color: rgb(115,65,51); }

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

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

 a { background-color: rgb(115,65,51); }

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

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

 span { border-color: rgb(115,65,51); }

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