#362A02

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

Shades of Maire #362A02

Tints of Maire #362A02

Color information

#362A02 (or 0x362A02) is unknown color: approx Maire. HEX triplet: 36, 2A and 02. RGB value is (54,42,2). Sum of RGB (Red+Green+Blue) = 54+42+2=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #362A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A02 is #C9D5FD. Grayscale: #292929. Windows color (decimal): -13227518 or 141878. OLE color: 141878.

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

Color convert

RGB54422-
CMYK00.220.960.79
HSL46.15º92.86%10.98%-
HSV(B)46.15º96.3%21.18%-
XYZ2.362.440.4-
YUV41.03105.98137.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=55.10%
G=42.86%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5442200.220.960.7946.1592.8610.98
Hex362A2016604F2e5db
Octal665220261401175613513
Binary110110101010100101101100000100111110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,42,2); }

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

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

 a { background-color: rgb(54,42,2); }

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

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

 span { border-color: rgb(54,42,2); }

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