#363008

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

Shades of Maire #363008

Tints of Maire #363008

Color information

#363008 (or 0x363008) is unknown color: approx Maire. HEX triplet: 36, 30 and 08. RGB value is (54,48,8). Sum of RGB (Red+Green+Blue) = 54+48+8=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #363008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363008 is #C9CFF7. Grayscale: #2D2D2D. Windows color (decimal): -13225976 or 536630. OLE color: 536630.

HSL color Cylindrical-coordinate representation of color #363008: hue angle of 52.17º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #363008 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB54488-
CMYK00.110.850.79
HSL52.17º74.19%12.16%-
HSV(B)52.17º85.19%21.18%-
XYZ2.622.920.65-
YUV45.23106.99134.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=49.09%
G=43.64%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5448800.110.850.7952.1774.1912.16
Hex363080B554F344ac
Octal6660100131251176411214
Binary1101101100001000010111010101100111111010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363008; }

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

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

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

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

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

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

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

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