#774433

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

Shades of Peanut #774433

Tints of Peanut #774433

Color information

#774433 (or 0x774433) is unknown color: approx Peanut. HEX triplet: 77, 44 and 33. RGB value is (119,68,51). Sum of RGB (Red+Green+Blue) = 119+68+51=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774433 is #88BBCC. Grayscale: #515151. Windows color (decimal): -8960973 or 3359863. OLE color: 3359863.

HSL color Cylindrical-coordinate representation of color #774433: hue angle of 15º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774433 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1196851-
CMYK00.430.570.53
HSL15º40%33.33%-
HSV(B)15º57.14%46.67%-
XYZ10.278.34.19-
YUV81.31110.9154.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=50%
G=28.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119685100.430.570.53154033.33
Hex77443302B3935f2821
Octal167104630537165175041
Binary1110111100010011001101010111110011101011111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774433; }

 p { color: rgb(119,68,51); }

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

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

 a { background-color: rgb(119,68,51); }

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

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

 span { border-color: rgb(119,68,51); }

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