#362F0D

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

Shades of Maire #362F0D

Tints of Maire #362F0D

Color information

#362F0D (or 0x362F0D) is unknown color: approx Maire. HEX triplet: 36, 2F and 0D. RGB value is (54,47,13). Sum of RGB (Red+Green+Blue) = 54+47+13=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F0D is #C9D0F2. Grayscale: #2D2D2D. Windows color (decimal): -13226227 or 864054. OLE color: 864054.

HSL color Cylindrical-coordinate representation of color #362F0D: hue angle of 49.76º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362F0D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB544713-
CMYK00.130.760.79
HSL49.76º61.19%13.14%-
HSV(B)49.76º75.93%21.18%-
XYZ2.612.850.79-
YUV45.22109.82134.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=47.37%
G=41.23%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54471300.130.760.7949.7661.1913.14
Hex362FD0D4C4F323dd
Octal665715015114117627515
Binary110110101111110101101100110010011111100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,47,13); }

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

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

 a { background-color: rgb(54,47,13); }

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

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

 span { border-color: rgb(54,47,13); }

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