#362B03

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

Shades of Maire #362B03

Tints of Maire #362B03

Color information

#362B03 (or 0x362B03) is unknown color: approx Maire. HEX triplet: 36, 2B and 03. RGB value is (54,43,3). Sum of RGB (Red+Green+Blue) = 54+43+3=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #362B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B03 is #C9D4FC. Grayscale: #292929. Windows color (decimal): -13227261 or 207670. OLE color: 207670.

HSL color Cylindrical-coordinate representation of color #362B03: hue angle of 47.06º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #362B03 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB54433-
CMYK00.200.940.79
HSL47.06º89.47%11.18%-
HSV(B)47.06º94.44%21.18%-
XYZ2.42.520.45-
YUV41.73106.14136.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 3 (1.56% from 255) = 3%
R=54%
G=43%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5443300.200.940.7947.0689.4711.18
Hex362B30145E4F2f59b
Octal665330241361175713113
Binary110110101011110101001011110100111110111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,3); }

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

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

 a { background-color: rgb(54,43,3); }

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

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

 span { border-color: rgb(54,43,3); }

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