#383112

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

Shades of Mikado #383112

Tints of Mikado #383112

Color information

#383112 (or 0x383112) is unknown color: approx Mikado. HEX triplet: 38, 31 and 12. RGB value is (56,49,18). Sum of RGB (Red+Green+Blue) = 56+49+18=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #383112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383112 is #C7CEED. Grayscale: #2F2F2F. Windows color (decimal): -13094638 or 1192248. OLE color: 1192248.

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

Color convert

RGB564918-
CMYK00.120.680.78
HSL48.95º51.35%14.51%-
HSV(B)48.95º67.86%21.96%-
XYZ2.843.081.02-
YUV47.56111.32134.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=45.53%
G=39.84%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56491800.120.680.7848.9551.3514.51
Hex3831120C444E3133f
Octal706122014104116616317
Binary1110001100011001001100100010010011101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383112; }

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

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

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

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

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

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

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

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