#382D0C

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

Shades of Mikado #382D0C

Tints of Mikado #382D0C

Color information

#382D0C (or 0x382D0C) is unknown color: approx Mikado. HEX triplet: 38, 2D and 0C. RGB value is (56,45,12). Sum of RGB (Red+Green+Blue) = 56+45+12=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D0C is #C7D2F3. Grayscale: #2C2C2C. Windows color (decimal): -13095668 or 798008. OLE color: 798008.

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

Color convert

RGB564512-
CMYK00.200.790.78
HSL45º64.71%13.33%-
HSV(B)45º78.57%21.96%-
XYZ2.642.740.74-
YUV44.53109.64136.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=49.56%
G=39.82%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56451200.200.790.784564.7113.33
Hex382DC0144F4E2d41d
Octal7055140241171165510115
Binary11100010110111000101001001111100111010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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