#362E00

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

Shades of Maire #362E00

Tints of Maire #362E00

Color information

#362E00 (or 0x362E00) is unknown color: approx Maire. HEX triplet: 36, 2E and 00. RGB value is (54,46,0). Sum of RGB (Red+Green+Blue) = 54+46+0=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #362E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E00 is #C9D1FF. Grayscale: #2B2B2B. Windows color (decimal): -13226496 or 11830. OLE color: 11830.

HSL color Cylindrical-coordinate representation of color #362E00: hue angle of 51.11º 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 #362E00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB54460-
CMYK00.1510.79
HSL51.11º100%10.59%-
HSV(B)51.11º100%21.18%-
XYZ2.52.740.4-
YUV43.15103.65135.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 46 (18.36% from 255) = 46%
BLUE value IS 0 (0.39% from 255) = 0%
R=54%
G=46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5446000.1510.7951.1110010.59
Hex362E00F644F3364b
Octal665600171441176314413
Binary1101101011100011111100100100111111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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