#382E14

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

Shades of Mikado #382E14

Tints of Mikado #382E14

Color information

#382E14 (or 0x382E14) is unknown color: approx Mikado. HEX triplet: 38, 2E and 14. RGB value is (56,46,20). Sum of RGB (Red+Green+Blue) = 56+46+20=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E14 is #C7D1EB. Grayscale: #2E2E2E. Windows color (decimal): -13095404 or 1322552. OLE color: 1322552.

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

Color convert

RGB564620-
CMYK00.180.640.78
HSL43.33º47.37%14.9%-
HSV(B)43.33º64.29%21.96%-
XYZ2.732.851.07-
YUV46.03113.31135.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=45.90%
G=37.70%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56462000.180.640.7843.3347.3714.9
Hex382E14012404E2b2ff
Octal705624022100116535717
Binary11100010111010100010010100000010011101010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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