#363005

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

Shades of Maire #363005

Tints of Maire #363005

Color information

#363005 (or 0x363005) is unknown color: approx Maire. HEX triplet: 36, 30 and 05. RGB value is (54,48,5). Sum of RGB (Red+Green+Blue) = 54+48+5=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #363005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363005 is #C9CFFA. Grayscale: #2D2D2D. Windows color (decimal): -13225979 or 340022. OLE color: 340022.

HSL color Cylindrical-coordinate representation of color #363005: hue angle of 52.65º 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 #363005 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB54485-
CMYK00.110.910.79
HSL52.65º83.05%11.57%-
HSV(B)52.65º90.74%21.18%-
XYZ2.612.910.57-
YUV44.89105.49134.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=50.47%
G=44.86%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5448500.110.910.7952.6583.0511.57
Hex363050B5B4F3553c
Octal666050131331176512314
Binary110110110000101010111011011100111111010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363005; }

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

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

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

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

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

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

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

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