#383116

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

Shades of Mikado #383116

Tints of Mikado #383116

Color information

#383116 (or 0x383116) is unknown color: approx Mikado. HEX triplet: 38, 31 and 16. RGB value is (56,49,22). Sum of RGB (Red+Green+Blue) = 56+49+22=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383116 is #C7CEE9. Grayscale: #303030. Windows color (decimal): -13094634 or 1454392. OLE color: 1454392.

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

Color convert

RGB564922-
CMYK00.120.610.78
HSL47.65º43.59%15.29%-
HSV(B)47.65º60.71%21.96%-
XYZ2.873.11.21-
YUV48.02113.32133.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=44.09%
G=38.58%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56492200.120.610.7847.6543.5915.29
Hex3831160C3D4E302cf
Octal70612601475116605417
Binary111000110001101100110011110110011101100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383116; }

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

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

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

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

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

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

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

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