#383011

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

Shades of Mikado #383011

Tints of Mikado #383011

Color information

#383011 (or 0x383011) is unknown color: approx Mikado. HEX triplet: 38, 30 and 11. RGB value is (56,48,17). Sum of RGB (Red+Green+Blue) = 56+48+17=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #383011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383011 is #C7CFEE. Grayscale: #2E2E2E. Windows color (decimal): -13094895 or 1126456. OLE color: 1126456.

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

Color convert

RGB564817-
CMYK00.140.700.78
HSL47.69º53.42%14.31%-
HSV(B)47.69º69.64%21.96%-
XYZ2.7930.96-
YUV46.86111.15134.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=46.28%
G=39.67%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56481700.140.700.7847.6953.4214.31
Hex3830110E464E3035e
Octal706021016106116606516
Binary1110001100001000101110100011010011101100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383011; }

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

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

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

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

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

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

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

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