#362D08

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

Shades of Maire #362D08

Tints of Maire #362D08

Color information

#362D08 (or 0x362D08) is unknown color: approx Maire. HEX triplet: 36, 2D and 08. RGB value is (54,45,8). Sum of RGB (Red+Green+Blue) = 54+45+8=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D08 is #C9D2F7. Grayscale: #2B2B2B. Windows color (decimal): -13226744 or 535862. OLE color: 535862.

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

Color convert

RGB54458-
CMYK00.170.850.79
HSL48.26º74.19%12.16%-
HSV(B)48.26º85.19%21.18%-
XYZ2.52.680.61-
YUV43.47107.98135.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 45 (17.97% from 255) = 42.06%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=50.47%
G=42.06%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5445800.170.850.7948.2674.1912.16
Hex362D8011554F304ac
Octal6655100211251176011214
Binary11011010110110000100011010101100111111000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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