#382E0D

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

Shades of Mikado #382E0D

Tints of Mikado #382E0D

Color information

#382E0D (or 0x382E0D) is unknown color: approx Mikado. HEX triplet: 38, 2E and 0D. RGB value is (56,46,13). Sum of RGB (Red+Green+Blue) = 56+46+13=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E0D is #C7D1F2. Grayscale: #2D2D2D. Windows color (decimal): -13095411 or 863800. OLE color: 863800.

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

Color convert

RGB564613-
CMYK00.180.770.78
HSL46.05º62.32%13.53%-
HSV(B)46.05º76.79%21.96%-
XYZ2.682.820.78-
YUV45.23109.81135.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=48.70%
G=40%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56461300.180.770.7846.0562.3213.53
Hex382ED0124D4E2e3ee
Octal705615022115116567616
Binary1110001011101101010010100110110011101011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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