#382F1A

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

Shades of Mikado #382F1A

Tints of Mikado #382F1A

Color information

#382F1A (or 0x382F1A) is unknown color: approx Mikado. HEX triplet: 38, 2F and 1A. RGB value is (56,47,26). Sum of RGB (Red+Green+Blue) = 56+47+26=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F1A is #C7D0E5. Grayscale: #2F2F2F. Windows color (decimal): -13095142 or 1716024. OLE color: 1716024.

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

Color convert

RGB564726-
CMYK00.160.540.78
HSL42º36.59%16.08%-
HSV(B)42º53.57%21.96%-
XYZ2.832.951.4-
YUV47.3115.98134.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=43.41%
G=36.43%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56472600.160.540.784236.5916.08
Hex382F1A010364E2a2510
Octal70573202066116524520
Binary11100010111111010010000110110100111010101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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