#383106

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

Shades of Maire #383106

Tints of Maire #383106

Color information

#383106 (or 0x383106) is unknown color: approx Maire. HEX triplet: 38, 31 and 06. RGB value is (56,49,6). Sum of RGB (Red+Green+Blue) = 56+49+6=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #383106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383106 is #C7CEF9. Grayscale: #2E2E2E. Windows color (decimal): -13094650 or 405816. OLE color: 405816.

HSL color Cylindrical-coordinate representation of color #383106: hue angle of 51.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #383106 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB56496-
CMYK00.120.890.78
HSL51.6º80.65%12.16%-
HSV(B)51.6º89.29%21.96%-
XYZ2.763.050.62-
YUV46.19105.32135-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=50.45%
G=44.14%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5649600.120.890.7851.680.6512.16
Hex383160C594E3451c
Octal706160141311166412114
Binary111000110001110011001011001100111011010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383106; }

 p { color: rgb(56,49,6); }

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

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

 a { background-color: rgb(56,49,6); }

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

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

 span { border-color: rgb(56,49,6); }

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