#362C08

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

Shades of Maire #362C08

Tints of Maire #362C08

Color information

#362C08 (or 0x362C08) is unknown color: approx Maire. HEX triplet: 36, 2C and 08. RGB value is (54,44,8). Sum of RGB (Red+Green+Blue) = 54+44+8=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C08 is #C9D3F7. Grayscale: #2B2B2B. Windows color (decimal): -13227000 or 535606. OLE color: 535606.

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

Color convert

RGB54448-
CMYK00.190.850.79
HSL46.96º74.19%12.16%-
HSV(B)46.96º85.19%21.18%-
XYZ2.472.60.6-
YUV42.89108.31135.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 44 (17.58% from 255) = 41.51%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=50.94%
G=41.51%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5444800.190.850.7946.9674.1912.16
Hex362C8013554F2f4ac
Octal6654100231251175711214
Binary11011010110010000100111010101100111110111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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