#332A29

Color #332A29 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #332A29

Tints of Livid Brown #332A29

Color information

#332A29 (or 0x332A29) is unknown color: approx Livid Brown. HEX triplet: 33, 2A and 29. RGB value is (51,42,41). Sum of RGB (Red+Green+Blue) = 51+42+41=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #332A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A29 is #CCD5D6. Grayscale: #2C2C2C. Windows color (decimal): -13424087 or 2697779. OLE color: 2697779.

HSL color Cylindrical-coordinate representation of color #332A29: hue angle of 6º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332A29 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB514241-
CMYK00.180.200.8
HSL10.87%18.04%-
HSV(B)19.61%20%-
XYZ2.592.522.45-
YUV44.58125.98132.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=38.06%
G=31.34%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51424100.180.200.8610.8718.04
Hex332A2901214506b12
Octal6352510222412061322
Binary110011101010101001010010101001010000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A29; }

 p { color: rgb(51,42,41); }

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

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

 a { background-color: rgb(51,42,41); }

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

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

 span { border-color: rgb(51,42,41); }

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