#383110

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

Shades of Mikado #383110

Tints of Mikado #383110

Color information

#383110 (or 0x383110) is unknown color: approx Mikado. HEX triplet: 38, 31 and 10. RGB value is (56,49,16). Sum of RGB (Red+Green+Blue) = 56+49+16=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #383110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383110 is #C7CEEF. Grayscale: #2F2F2F. Windows color (decimal): -13094640 or 1061176. OLE color: 1061176.

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

Color convert

RGB564916-
CMYK00.120.710.78
HSL49.5º55.56%14.12%-
HSV(B)49.5º71.43%21.96%-
XYZ2.823.070.93-
YUV47.33110.32134.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=46.28%
G=40.50%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56491600.120.710.7849.555.5614.12
Hex3831100C474E3238e
Octal706120014107116627016
Binary1110001100011000001100100011110011101100101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383110; }

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

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

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

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

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

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

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

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