#383109

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

Shades of Maire #383109

Tints of Maire #383109

Color information

#383109 (or 0x383109) is unknown color: approx Maire. HEX triplet: 38, 31 and 09. RGB value is (56,49,9). Sum of RGB (Red+Green+Blue) = 56+49+9=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #383109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383109 is #C7CEF6. Grayscale: #2E2E2E. Windows color (decimal): -13094647 or 602424. OLE color: 602424.

HSL color Cylindrical-coordinate representation of color #383109: hue angle of 51.06º 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 #383109 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB56499-
CMYK00.120.840.78
HSL51.06º72.31%12.75%-
HSV(B)51.06º83.93%21.96%-
XYZ2.783.060.7-
YUV46.53106.82134.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=49.12%
G=42.98%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5649900.120.840.7851.0672.3112.75
Hex383190C544E3348d
Octal7061110141241166311015
Binary1110001100011001011001010100100111011001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383109; }

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

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

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

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

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

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

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

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