#382E12

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

Shades of Mikado #382E12

Tints of Mikado #382E12

Color information

#382E12 (or 0x382E12) is unknown color: approx Mikado. HEX triplet: 38, 2E and 12. RGB value is (56,46,18). Sum of RGB (Red+Green+Blue) = 56+46+18=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E12 is #C7D1ED. Grayscale: #2D2D2D. Windows color (decimal): -13095406 or 1191480. OLE color: 1191480.

HSL color Cylindrical-coordinate representation of color #382E12: hue angle of 44.21º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382E12 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB564618-
CMYK00.180.680.78
HSL44.21º51.35%14.51%-
HSV(B)44.21º67.86%21.96%-
XYZ2.722.840.98-
YUV45.8112.31135.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 18 (7.42% from 255) = 15%
R=46.67%
G=38.33%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56461800.180.680.7844.2151.3514.51
Hex382E12012444E2c33f
Octal705622022104116546317
Binary11100010111010010010010100010010011101011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E12; }

 p { color: rgb(56,46,18); }

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

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

 a { background-color: rgb(56,46,18); }

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

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

 span { border-color: rgb(56,46,18); }

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