#383105

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

Shades of Maire #383105

Tints of Maire #383105

Color information

#383105 (or 0x383105) is unknown color: approx Maire. HEX triplet: 38, 31 and 05. RGB value is (56,49,5). Sum of RGB (Red+Green+Blue) = 56+49+5=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #383105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383105 is #C7CEFA. Grayscale: #2E2E2E. Windows color (decimal): -13094651 or 340280. OLE color: 340280.

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

Color convert

RGB56495-
CMYK00.120.910.78
HSL51.76º83.61%11.96%-
HSV(B)51.76º91.07%21.96%-
XYZ2.763.050.59-
YUV46.08104.82135.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=50.91%
G=44.55%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5649500.120.910.7851.7683.6111.96
Hex383150C5B4E3454c
Octal706150141331166412414
Binary111000110001101011001011011100111011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383105; }

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

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

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

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

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

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

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

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