#362F08

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

Shades of Maire #362F08

Tints of Maire #362F08

Color information

#362F08 (or 0x362F08) is unknown color: approx Maire. HEX triplet: 36, 2F and 08. RGB value is (54,47,8). Sum of RGB (Red+Green+Blue) = 54+47+8=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F08 is #C9D0F7. Grayscale: #2C2C2C. Windows color (decimal): -13226232 or 536374. OLE color: 536374.

HSL color Cylindrical-coordinate representation of color #362F08: hue angle of 50.87º 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 #362F08 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB54478-
CMYK00.130.850.79
HSL50.87º74.19%12.16%-
HSV(B)50.87º85.19%21.18%-
XYZ2.582.830.64-
YUV44.65107.32134.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 47 (18.75% from 255) = 43.12%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=49.54%
G=43.12%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5447800.130.850.7950.8774.1912.16
Hex362F80D554F334ac
Octal6657100151251176311214
Binary1101101011111000011011010101100111111001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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