#383115

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

Shades of Mikado #383115

Tints of Mikado #383115

Color information

#383115 (or 0x383115) is unknown color: approx Mikado. HEX triplet: 38, 31 and 15. RGB value is (56,49,21). Sum of RGB (Red+Green+Blue) = 56+49+21=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383115 is #C7CEEA. Grayscale: #303030. Windows color (decimal): -13094635 or 1388856. OLE color: 1388856.

HSL color Cylindrical-coordinate representation of color #383115: hue angle of 48º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383115 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB564921-
CMYK00.120.630.78
HSL48º45.45%15.1%-
HSV(B)48º62.5%21.96%-
XYZ2.863.091.16-
YUV47.9112.82133.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=44.44%
G=38.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56492100.120.630.784845.4515.1
Hex3831150C3F4E302df
Octal70612501477116605517
Binary111000110001101010110011111110011101100001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383115; }

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

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

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

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

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

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

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

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