#382E0A

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

Shades of Mikado #382E0A

Tints of Mikado #382E0A

Color information

#382E0A (or 0x382E0A) is unknown color: approx Mikado. HEX triplet: 38, 2E and 0A. RGB value is (56,46,10). Sum of RGB (Red+Green+Blue) = 56+46+10=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E0A is #C7D1F5. Grayscale: #2D2D2D. Windows color (decimal): -13095414 or 667192. OLE color: 667192.

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

Color convert

RGB564610-
CMYK00.180.820.78
HSL46.96º69.7%12.94%-
HSV(B)46.96º82.14%21.96%-
XYZ2.662.820.69-
YUV44.89108.31135.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=50%
G=41.07%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56461000.180.820.7846.9669.712.94
Hex382EA012524E2f46d
Octal7056120221221165710615
Binary11100010111010100100101010010100111010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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