#332521

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

Shades of Wood Bark #332521

Tints of Wood Bark #332521

Color information

#332521 (or 0x332521) is unknown color: approx Wood Bark. HEX triplet: 33, 25 and 21. RGB value is (51,37,33). Sum of RGB (Red+Green+Blue) = 51+37+33=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332521 is #CCDADE. Grayscale: #282828. Windows color (decimal): -13425375 or 2172211. OLE color: 2172211.

HSL color Cylindrical-coordinate representation of color #332521: hue angle of 13.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332521 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB513733-
CMYK00.270.350.8
HSL13.33º21.43%16.47%-
HSV(B)13.33º35.29%20%-
XYZ2.32.141.73-
YUV40.73123.64135.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=42.15%
G=30.58%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51373300.270.350.813.3321.4316.47
Hex33252101B2350d1510
Octal63454103343120152520
Binary110011100101100001011011100011101000011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332521; }

 p { color: rgb(51,37,33); }

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

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

 a { background-color: rgb(51,37,33); }

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

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

 span { border-color: rgb(51,37,33); }

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