#383118

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

Shades of Mikado #383118

Tints of Mikado #383118

Color information

#383118 (or 0x383118) is unknown color: approx Mikado. HEX triplet: 38, 31 and 18. RGB value is (56,49,24). Sum of RGB (Red+Green+Blue) = 56+49+24=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #383118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383118 is #C7CEE7. Grayscale: #303030. Windows color (decimal): -13094632 or 1585464. OLE color: 1585464.

HSL color Cylindrical-coordinate representation of color #383118: hue angle of 46.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383118 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB564924-
CMYK00.120.570.78
HSL46.88º40%15.69%-
HSV(B)46.88º57.14%21.96%-
XYZ2.893.11.31-
YUV48.24114.32133.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=43.41%
G=37.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56492400.120.570.7846.884015.69
Hex3831180C394E2f2810
Octal70613001471116575020
Binary1110001100011100001100111001100111010111110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383118; }

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

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

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

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

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

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

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

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