#382922

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

Shades of Wood Bark #382922

Tints of Wood Bark #382922

Color information

#382922 (or 0x382922) is unknown color: approx Wood Bark. HEX triplet: 38, 29 and 22. RGB value is (56,41,34). Sum of RGB (Red+Green+Blue) = 56+41+34=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382922 is #C7D6DD. Grayscale: #2C2C2C. Windows color (decimal): -13096670 or 2238776. OLE color: 2238776.

HSL color Cylindrical-coordinate representation of color #382922: hue angle of 19.09º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382922 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB564134-
CMYK00.270.390.78
HSL19.09º24.44%17.65%-
HSV(B)19.09º39.29%21.96%-
XYZ2.712.541.86-
YUV44.69121.97136.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=42.75%
G=31.30%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56413400.270.390.7819.0924.4417.65
Hex38292201B274E131812
Octal70514203347116233022
Binary1110001010011000100110111001111001110100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382922; }

 p { color: rgb(56,41,34); }

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

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

 a { background-color: rgb(56,41,34); }

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

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

 span { border-color: rgb(56,41,34); }

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