#774538

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

Shades of Peanut #774538

Tints of Peanut #774538

Color information

#774538 (or 0x774538) is unknown color: approx Peanut. HEX triplet: 77, 45 and 38. RGB value is (119,69,56). Sum of RGB (Red+Green+Blue) = 119+69+56=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774538 is #88BAC7. Grayscale: #525252. Windows color (decimal): -8960712 or 3687799. OLE color: 3687799.

HSL color Cylindrical-coordinate representation of color #774538: hue angle of 12.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774538 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1196956-
CMYK00.420.530.53
HSL12.38º36%34.31%-
HSV(B)12.38º52.94%46.67%-
XYZ10.458.464.82-
YUV82.47113.06154.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=48.77%
G=28.28%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119695600.420.530.5312.383634.31
Hex77453802A3535c2422
Octal167105700526565144442
Binary1110111100010111100001010101101011101011100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774538; }

 p { color: rgb(119,69,56); }

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

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

 a { background-color: rgb(119,69,56); }

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

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

 span { border-color: rgb(119,69,56); }

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