#383404

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

Shades of Maire #383404

Tints of Maire #383404

Color information

#383404 (or 0x383404) is unknown color: approx Maire. HEX triplet: 38, 34 and 04. RGB value is (56,52,4). Sum of RGB (Red+Green+Blue) = 56+52+4=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #383404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383404 is #C7CBFB. Grayscale: #2F2F2F. Windows color (decimal): -13093884 or 275512. OLE color: 275512.

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

Color convert

RGB56524-
CMYK00.070.930.78
HSL55.38º86.67%11.76%-
HSV(B)55.38º92.86%21.96%-
XYZ2.883.310.6-
YUV47.72103.33133.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=50%
G=46.43%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652400.070.930.7855.3886.6711.76
Hex38344075D4E3757c
Octal70644071351166712714
Binary11100011010010001111011101100111011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383404; }

 p { color: rgb(56,52,4); }

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

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

 a { background-color: rgb(56,52,4); }

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

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

 span { border-color: rgb(56,52,4); }

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