#383012

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

Shades of Mikado #383012

Tints of Mikado #383012

Color information

#383012 (or 0x383012) is unknown color: approx Mikado. HEX triplet: 38, 30 and 12. RGB value is (56,48,18). Sum of RGB (Red+Green+Blue) = 56+48+18=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #383012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383012 is #C7CFED. Grayscale: #2F2F2F. Windows color (decimal): -13094894 or 1191992. OLE color: 1191992.

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

Color convert

RGB564818-
CMYK00.140.680.78
HSL47.37º51.35%14.51%-
HSV(B)47.37º67.86%21.96%-
XYZ2.831-
YUV46.97111.65134.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=45.90%
G=39.34%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56481800.140.680.7847.3751.3514.51
Hex3830120E444E2f33f
Octal706022016104116576317
Binary1110001100001001001110100010010011101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383012; }

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

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

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

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

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

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

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

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