#362B05

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

Shades of Maire #362B05

Tints of Maire #362B05

Color information

#362B05 (or 0x362B05) is unknown color: approx Maire. HEX triplet: 36, 2B and 05. RGB value is (54,43,5). Sum of RGB (Red+Green+Blue) = 54+43+5=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #362B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B05 is #C9D4FA. Grayscale: #2A2A2A. Windows color (decimal): -13227259 or 338742. OLE color: 338742.

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

Color convert

RGB54435-
CMYK00.200.910.79
HSL46.53º83.05%11.57%-
HSV(B)46.53º90.74%21.18%-
XYZ2.412.520.5-
YUV41.96107.14136.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=52.94%
G=42.16%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5443500.200.910.7946.5383.0511.57
Hex362B50145B4F2f53c
Octal665350241331175712314
Binary1101101010111010101001011011100111110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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