#382F0F

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

Shades of Mikado #382F0F

Tints of Mikado #382F0F

Color information

#382F0F (or 0x382F0F) is unknown color: approx Mikado. HEX triplet: 38, 2F and 0F. RGB value is (56,47,15). Sum of RGB (Red+Green+Blue) = 56+47+15=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F0F is #C7D0F0. Grayscale: #2E2E2E. Windows color (decimal): -13095153 or 995128. OLE color: 995128.

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

Color convert

RGB564715-
CMYK00.160.730.78
HSL46.83º57.75%13.92%-
HSV(B)46.83º73.21%21.96%-
XYZ2.732.910.87-
YUV46.04110.48135.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=47.46%
G=39.83%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56471500.160.730.7846.8357.7513.92
Hex382FF010494E2f3ae
Octal705717020111116577216
Binary1110001011111111010000100100110011101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,47,15); }

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

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

 a { background-color: rgb(56,47,15); }

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

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

 span { border-color: rgb(56,47,15); }

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