#382D0B

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

Shades of Mikado #382D0B

Tints of Mikado #382D0B

Color information

#382D0B (or 0x382D0B) is unknown color: approx Mikado. HEX triplet: 38, 2D and 0B. RGB value is (56,45,11). Sum of RGB (Red+Green+Blue) = 56+45+11=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D0B is #C7D2F4. Grayscale: #2C2C2C. Windows color (decimal): -13095669 or 732472. OLE color: 732472.

HSL color Cylindrical-coordinate representation of color #382D0B: hue angle of 45.33º 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 #382D0B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB564511-
CMYK00.200.800.78
HSL45.33º67.16%13.14%-
HSV(B)45.33º80.36%21.96%-
XYZ2.632.740.71-
YUV44.41109.14136.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 40.18%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=50%
G=40.18%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56451100.200.800.7845.3367.1613.14
Hex382DB014504E2d43d
Octal7055130241201165510315
Binary11100010110110110101001010000100111010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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