#382821

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

Shades of Wood Bark #382821

Tints of Wood Bark #382821

Color information

#382821 (or 0x382821) is unknown color: approx Wood Bark. HEX triplet: 38, 28 and 21. RGB value is (56,40,33). Sum of RGB (Red+Green+Blue) = 56+40+33=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382821 is #C7D7DE. Grayscale: #2C2C2C. Windows color (decimal): -13096927 or 2172984. OLE color: 2172984.

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

Color convert

RGB564033-
CMYK00.290.410.78
HSL18.26º25.84%17.45%-
HSV(B)18.26º41.07%21.96%-
XYZ2.662.471.77-
YUV43.99121.8136.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=43.41%
G=31.01%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56403300.290.410.7818.2625.8417.45
Hex38282101D294E121a11
Octal70504103551116223221
Binary1110001010001000010111011010011001110100101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382821; }

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

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

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

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

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

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

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

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