#744236

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

Shades of Peanut #744236

Tints of Peanut #744236

Color information

#744236 (or 0x744236) is unknown color: approx Peanut. HEX triplet: 74, 42 and 36. RGB value is (116,66,54). Sum of RGB (Red+Green+Blue) = 116+66+54=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #744236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744236 is #8BBDC9. Grayscale: #4F4F4F. Windows color (decimal): -9158090 or 3555956. OLE color: 3555956.

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

Color convert

RGB1166654-
CMYK00.430.530.55
HSL11.61º36.47%33.33%-
HSV(B)11.61º53.45%45.49%-
XYZ9.827.884.49-
YUV79.58113.56153.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=49.15%
G=27.97%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116665400.430.530.5511.6136.4733.33
Hex74423602B3537c2421
Octal164102660536567144441
Binary1110100100001011011001010111101011101111100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744236; }

 p { color: rgb(116,66,54); }

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

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

 a { background-color: rgb(116,66,54); }

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

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

 span { border-color: rgb(116,66,54); }

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