#744233

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

Shades of Peanut #744233

Tints of Peanut #744233

Color information

#744233 (or 0x744233) is unknown color: approx Peanut. HEX triplet: 74, 42 and 33. RGB value is (116,66,51). Sum of RGB (Red+Green+Blue) = 116+66+51=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #744233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744233 is #8BBDCC. Grayscale: #4F4F4F. Windows color (decimal): -9158093 or 3359348. OLE color: 3359348.

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

Color convert

RGB1166651-
CMYK00.430.560.55
HSL13.85º38.92%32.75%-
HSV(B)13.85º56.03%45.49%-
XYZ9.757.854.13-
YUV79.24112.06154.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=49.79%
G=28.33%
B=21.89%

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
Decimal116665100.430.560.5513.8538.9232.75
Hex74423302B3837e2721
Octal164102630537067164741
Binary1110100100001011001101010111110001101111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744233; }

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

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

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

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

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

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

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

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