#36300B

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

Shades of Maire #36300B

Tints of Maire #36300B

Color information

#36300B (or 0x36300B) is unknown color: approx Maire. HEX triplet: 36, 30 and 0B. RGB value is (54,48,11). Sum of RGB (Red+Green+Blue) = 54+48+11=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #36300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36300B is #C9CFF4. Grayscale: #2D2D2D. Windows color (decimal): -13225973 or 733238. OLE color: 733238.

HSL color Cylindrical-coordinate representation of color #36300B: hue angle of 51.63º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36300B is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB544811-
CMYK00.110.800.79
HSL51.63º66.15%12.75%-
HSV(B)51.63º79.63%21.18%-
XYZ2.642.920.74-
YUV45.58108.49134.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=47.79%
G=42.48%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54481100.110.800.7951.6366.1512.75
Hex3630B0B504F3442d
Octal6660130131201176410215
Binary1101101100001011010111010000100111111010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36300B; }

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

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

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

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

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

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

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

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