#382E0B

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

Shades of Mikado #382E0B

Tints of Mikado #382E0B

Color information

#382E0B (or 0x382E0B) is unknown color: approx Mikado. HEX triplet: 38, 2E and 0B. RGB value is (56,46,11). Sum of RGB (Red+Green+Blue) = 56+46+11=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E0B is #C7D1F4. Grayscale: #2D2D2D. Windows color (decimal): -13095413 or 732728. OLE color: 732728.

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

Color convert

RGB564611-
CMYK00.180.800.78
HSL46.67º67.16%13.14%-
HSV(B)46.67º80.36%21.96%-
XYZ2.672.820.72-
YUV45108.81135.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=49.56%
G=40.71%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56461100.180.800.7846.6767.1613.14
Hex382EB012504E2f43d
Octal7056130221201165710315
Binary11100010111010110100101010000100111010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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