#383006

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

Shades of Maire #383006

Tints of Maire #383006

Color information

#383006 (or 0x383006) is unknown color: approx Maire. HEX triplet: 38, 30 and 06. RGB value is (56,48,6). Sum of RGB (Red+Green+Blue) = 56+48+6=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #383006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383006 is #C7CFF9. Grayscale: #2D2D2D. Windows color (decimal): -13094906 or 405560. OLE color: 405560.

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

Color convert

RGB56486-
CMYK00.140.890.78
HSL50.4º80.65%12.16%-
HSV(B)50.4º89.29%21.96%-
XYZ2.722.970.6-
YUV45.6105.65135.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=50.91%
G=43.64%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5648600.140.890.7850.480.6512.16
Hex383060E594E3251c
Octal706060161311166212114
Binary111000110000110011101011001100111011001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383006; }

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

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

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

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

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

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

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

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