#363113

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

Shades of Maire #363113

Tints of Maire #363113

Color information

#363113 (or 0x363113) is unknown color: approx Maire. HEX triplet: 36, 31 and 13. RGB value is (54,49,19). Sum of RGB (Red+Green+Blue) = 54+49+19=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #363113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363113 is #C9CEEC. Grayscale: #2F2F2F. Windows color (decimal): -13225709 or 1257782. OLE color: 1257782.

HSL color Cylindrical-coordinate representation of color #363113: hue angle of 51.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363113 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB544919-
CMYK00.090.650.79
HSL51.43º47.95%14.31%-
HSV(B)51.43º64.81%21.18%-
XYZ2.743.031.06-
YUV47.08112.16132.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=44.26%
G=40.16%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54491900.090.650.7951.4347.9514.31
Hex36311309414F3330e
Octal666123011101117636016
Binary1101101100011001101001100000110011111100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363113; }

 p { color: rgb(54,49,19); }

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

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

 a { background-color: rgb(54,49,19); }

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

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

 span { border-color: rgb(54,49,19); }

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