#383311

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

Shades of Maire #383311

Tints of Maire #383311

Color information

#383311 (or 0x383311) is unknown color: approx Maire. HEX triplet: 38, 33 and 11. RGB value is (56,51,17). Sum of RGB (Red+Green+Blue) = 56+51+17=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #383311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383311 is #C7CCEE. Grayscale: #303030. Windows color (decimal): -13094127 or 1127224. OLE color: 1127224.

HSL color Cylindrical-coordinate representation of color #383311: hue angle of 52.31º 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 #383311 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB565117-
CMYK00.090.700.78
HSL52.31º53.42%14.31%-
HSV(B)52.31º69.64%21.96%-
XYZ2.923.251-
YUV48.62110.16133.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=45.16%
G=41.13%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56511700.090.700.7852.3153.4214.31
Hex38331109464E3435e
Octal706321011106116646516
Binary1110001100111000101001100011010011101101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383311; }

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

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

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

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

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

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

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

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