#383009

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

Shades of Maire #383009

Tints of Maire #383009

Color information

#383009 (or 0x383009) is unknown color: approx Maire. HEX triplet: 38, 30 and 09. RGB value is (56,48,9). Sum of RGB (Red+Green+Blue) = 56+48+9=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #383009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383009 is #C7CFF6. Grayscale: #2E2E2E. Windows color (decimal): -13094903 or 602168. OLE color: 602168.

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

Color convert

RGB56489-
CMYK00.140.840.78
HSL49.79º72.31%12.75%-
HSV(B)49.79º83.93%21.96%-
XYZ2.742.970.69-
YUV45.95107.15135.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=49.56%
G=42.48%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5648900.140.840.7849.7972.3112.75
Hex383090E544E3248d
Octal7060110161241166211015
Binary1110001100001001011101010100100111011001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383009; }

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

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

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

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

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

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

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

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