#362A26

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

Shades of Wood Bark #362A26

Tints of Wood Bark #362A26

Color information

#362A26 (or 0x362A26) is unknown color: approx Wood Bark. HEX triplet: 36, 2A and 26. RGB value is (54,42,38). Sum of RGB (Red+Green+Blue) = 54+42+38=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #362A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A26 is #C9D5D9. Grayscale: #2D2D2D. Windows color (decimal): -13227482 or 2501174. OLE color: 2501174.

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

Color convert

RGB544238-
CMYK00.220.300.79
HSL15º17.39%18.04%-
HSV(B)15º29.63%21.18%-
XYZ2.72.582.19-
YUV45.13123.98134.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=40.30%
G=31.34%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54423800.220.300.791517.3918.04
Hex362A260161E4Ff1112
Octal66524602636117172122
Binary11011010101010011001011011110100111111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A26; }

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

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

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

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

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

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

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

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