#362B06

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

Shades of Maire #362B06

Tints of Maire #362B06

Color information

#362B06 (or 0x362B06) is unknown color: approx Maire. HEX triplet: 36, 2B and 06. RGB value is (54,43,6). Sum of RGB (Red+Green+Blue) = 54+43+6=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #362B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B06 is #C9D4F9. Grayscale: #2A2A2A. Windows color (decimal): -13227258 or 404278. OLE color: 404278.

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

Color convert

RGB54436-
CMYK00.200.890.79
HSL46.25º80%11.76%-
HSV(B)46.25º88.89%21.18%-
XYZ2.422.530.53-
YUV42.07107.64136.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.43%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=52.43%
G=41.75%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5443600.200.890.7946.258011.76
Hex362B6014594F2e50c
Octal665360241311175612014
Binary1101101010111100101001011001100111110111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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