#383015

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

Shades of Mikado #383015

Tints of Mikado #383015

Color information

#383015 (or 0x383015) is unknown color: approx Mikado. HEX triplet: 38, 30 and 15. RGB value is (56,48,21). Sum of RGB (Red+Green+Blue) = 56+48+21=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #383015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383015 is #C7CFEA. Grayscale: #2F2F2F. Windows color (decimal): -13094891 or 1388600. OLE color: 1388600.

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

Color convert

RGB564821-
CMYK00.140.630.78
HSL46.29º45.45%15.1%-
HSV(B)46.29º62.5%21.96%-
XYZ2.823.011.14-
YUV47.31113.15134.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=44.8%
G=38.4%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56482100.140.630.7846.2945.4515.1
Hex3830150E3F4E2e2df
Octal70602501677116565517
Binary111000110000101010111011111110011101011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383015; }

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

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

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

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

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

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

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

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