#382A22

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

Shades of Bistre #382A22

Tints of Bistre #382A22

Color information

#382A22 (or 0x382A22) is unknown color: approx Bistre. HEX triplet: 38, 2A and 22. RGB value is (56,42,34). Sum of RGB (Red+Green+Blue) = 56+42+34=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A22 is #C7D5DD. Grayscale: #2D2D2D. Windows color (decimal): -13096414 or 2239032. OLE color: 2239032.

HSL color Cylindrical-coordinate representation of color #382A22: hue angle of 21.82º 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 #382A22 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB564234-
CMYK00.250.390.78
HSL21.82º24.44%17.65%-
HSV(B)21.82º39.29%21.96%-
XYZ2.752.611.87-
YUV45.27121.64135.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 34 (13.67% from 255) = 25.76%
R=42.42%
G=31.82%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56423400.250.390.7821.8224.4417.65
Hex382A22019274E161812
Octal70524203147116263022
Binary1110001010101000100110011001111001110101101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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