#362D0F

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

Shades of Maire #362D0F

Tints of Maire #362D0F

Color information

#362D0F (or 0x362D0F) is unknown color: approx Maire. HEX triplet: 36, 2D and 0F. RGB value is (54,45,15). Sum of RGB (Red+Green+Blue) = 54+45+15=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D0F is #C9D2F0. Grayscale: #2C2C2C. Windows color (decimal): -13226737 or 994614. OLE color: 994614.

HSL color Cylindrical-coordinate representation of color #362D0F: hue angle of 46.15º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362D0F is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB544515-
CMYK00.170.720.79
HSL46.15º56.52%13.53%-
HSV(B)46.15º72.22%21.18%-
XYZ2.552.70.84-
YUV44.27111.48134.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=47.37%
G=39.47%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54451500.170.720.7946.1556.5213.53
Hex362DF011484F2e39e
Octal665517021110117567116
Binary1101101011011111010001100100010011111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D0F; }

 p { color: rgb(54,45,15); }

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

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

 a { background-color: rgb(54,45,15); }

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

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

 span { border-color: rgb(54,45,15); }

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