#362E08

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

Shades of Maire #362E08

Tints of Maire #362E08

Color information

#362E08 (or 0x362E08) is unknown color: approx Maire. HEX triplet: 36, 2E and 08. RGB value is (54,46,8). Sum of RGB (Red+Green+Blue) = 54+46+8=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E08 is #C9D1F7. Grayscale: #2C2C2C. Windows color (decimal): -13226488 or 536118. OLE color: 536118.

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

Color convert

RGB54468-
CMYK00.150.850.79
HSL49.57º74.19%12.16%-
HSV(B)49.57º85.19%21.18%-
XYZ2.542.760.63-
YUV44.06107.65135.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 42.59%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=50%
G=42.59%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5446800.150.850.7949.5774.1912.16
Hex362E80F554F324ac
Octal6656100171251176211214
Binary1101101011101000011111010101100111111001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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