#383312

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

Shades of Maire #383312

Tints of Maire #383312

Color information

#383312 (or 0x383312) is unknown color: approx Maire. HEX triplet: 38, 33 and 12. RGB value is (56,51,18). Sum of RGB (Red+Green+Blue) = 56+51+18=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #383312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383312 is #C7CCED. Grayscale: #303030. Windows color (decimal): -13094126 or 1192760. OLE color: 1192760.

HSL color Cylindrical-coordinate representation of color #383312: hue angle of 52.11º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383312 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB565118-
CMYK00.090.680.78
HSL52.11º51.35%14.51%-
HSV(B)52.11º67.86%21.96%-
XYZ2.923.251.05-
YUV48.73110.66133.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=44.8%
G=40.8%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56511800.090.680.7852.1151.3514.51
Hex38331209444E3433f
Octal706322011104116646317
Binary1110001100111001001001100010010011101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383312; }

 p { color: rgb(56,51,18); }

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

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

 a { background-color: rgb(56,51,18); }

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

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

 span { border-color: rgb(56,51,18); }

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