#382B26

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

Shades of Wood Bark #382B26

Tints of Wood Bark #382B26

Color information

#382B26 (or 0x382B26) is unknown color: approx Wood Bark. HEX triplet: 38, 2B and 26. RGB value is (56,43,38). Sum of RGB (Red+Green+Blue) = 56+43+38=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B26 is #C7D4D9. Grayscale: #2E2E2E. Windows color (decimal): -13096154 or 2501432. OLE color: 2501432.

HSL color Cylindrical-coordinate representation of color #382B26: hue angle of 16.67º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382B26 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB564338-
CMYK00.230.320.78
HSL16.67º19.15%18.43%-
HSV(B)16.67º32.14%21.96%-
XYZ2.842.712.21-
YUV46.32123.31134.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=40.88%
G=31.39%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56433800.230.320.7816.6719.1518.43
Hex382B26017204E111312
Octal70534602740116212322
Binary1110001010111001100101111000001001110100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382B26; }

 p { color: rgb(56,43,38); }

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

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

 a { background-color: rgb(56,43,38); }

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

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

 span { border-color: rgb(56,43,38); }

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