#383211

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

Shades of Maire #383211

Tints of Maire #383211

Color information

#383211 (or 0x383211) is unknown color: approx Maire. HEX triplet: 38, 32 and 11. RGB value is (56,50,17). Sum of RGB (Red+Green+Blue) = 56+50+17=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #383211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383211 is #C7CDEE. Grayscale: #303030. Windows color (decimal): -13094383 or 1126968. OLE color: 1126968.

HSL color Cylindrical-coordinate representation of color #383211: hue angle of 50.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383211 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB565017-
CMYK00.110.700.78
HSL50.77º53.42%14.31%-
HSV(B)50.77º69.64%21.96%-
XYZ2.873.160.99-
YUV48.03110.49133.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=45.53%
G=40.65%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56501700.110.700.7850.7753.4214.31
Hex3832110B464E3335e
Octal706221013106116636516
Binary1110001100101000101011100011010011101100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383211; }

 p { color: rgb(56,50,17); }

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

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

 a { background-color: rgb(56,50,17); }

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

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

 span { border-color: rgb(56,50,17); }

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