#362C00

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

Shades of Maire #362C00

Tints of Maire #362C00

Color information

#362C00 (or 0x362C00) is unknown color: approx Maire. HEX triplet: 36, 2C and 00. RGB value is (54,44,0). Sum of RGB (Red+Green+Blue) = 54+44+0=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #362C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C00 is #C9D3FF. Grayscale: #2A2A2A. Windows color (decimal): -13227008 or 11318. OLE color: 11318.

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

Color convert

RGB54440-
CMYK00.1910.79
HSL48.89º100%10.59%-
HSV(B)48.89º100%21.18%-
XYZ2.422.590.37-
YUV41.97104.31136.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.10%
G=44.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5444000.1910.7948.8910010.59
Hex362C0013644F3164b
Octal665400231441176114413
Binary11011010110000100111100100100111111000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,44,0); }

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

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

 a { background-color: rgb(54,44,0); }

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

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

 span { border-color: rgb(54,44,0); }

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