#362821

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

Shades of Wood Bark #362821

Tints of Wood Bark #362821

Color information

#362821 (or 0x362821) is unknown color: approx Wood Bark. HEX triplet: 36, 28 and 21. RGB value is (54,40,33). Sum of RGB (Red+Green+Blue) = 54+40+33=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362821 is #C9D7DE. Grayscale: #2B2B2B. Windows color (decimal): -13227999 or 2172982. OLE color: 2172982.

HSL color Cylindrical-coordinate representation of color #362821: hue angle of 20º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362821 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB544033-
CMYK00.260.390.79
HSL20º24.14%17.06%-
HSV(B)20º38.89%21.18%-
XYZ2.552.411.77-
YUV43.39122.14135.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=42.52%
G=31.50%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54403300.260.390.792024.1417.06
Hex36282101A274F141811
Octal66504103247117243021
Binary1101101010001000010110101001111001111101001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362821; }

 p { color: rgb(54,40,33); }

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

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

 a { background-color: rgb(54,40,33); }

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

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

 span { border-color: rgb(54,40,33); }

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