#382D09

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

Shades of Mikado #382D09

Tints of Mikado #382D09

Color information

#382D09 (or 0x382D09) is unknown color: approx Mikado. HEX triplet: 38, 2D and 09. RGB value is (56,45,9). Sum of RGB (Red+Green+Blue) = 56+45+9=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D09 is #C7D2F6. Grayscale: #2C2C2C. Windows color (decimal): -13095671 or 601400. OLE color: 601400.

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

Color convert

RGB56459-
CMYK00.200.840.78
HSL45.96º72.31%12.75%-
HSV(B)45.96º83.93%21.96%-
XYZ2.622.740.65-
YUV44.18108.14136.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 45 (17.97% from 255) = 40.91%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=50.91%
G=40.91%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5645900.200.840.7845.9672.3112.75
Hex382D9014544E2e48d
Octal7055110241241165611015
Binary11100010110110010101001010100100111010111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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