#362620

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

Shades of Wood Bark #362620

Tints of Wood Bark #362620

Color information

#362620 (or 0x362620) is unknown color: approx Wood Bark. HEX triplet: 36, 26 and 20. RGB value is (54,38,32). Sum of RGB (Red+Green+Blue) = 54+38+32=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362620 is #C9D9DF. Grayscale: #2A2A2A. Windows color (decimal): -13228512 or 2106934. OLE color: 2106934.

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

Color convert

RGB543832-
CMYK00.300.410.79
HSL16.36º25.58%16.86%-
HSV(B)16.36º40.74%21.18%-
XYZ2.482.271.68-
YUV42.1122.3136.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=43.55%
G=30.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54383200.300.410.7916.3625.5816.86
Hex36262001E294F101a11
Octal66464003651117203221
Binary1101101001101000000111101010011001111100001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362620; }

 p { color: rgb(54,38,32); }

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

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

 a { background-color: rgb(54,38,32); }

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

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

 span { border-color: rgb(54,38,32); }

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