#332600

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

Shades of Maire #332600

Tints of Maire #332600

Color information

#332600 (or 0x332600) is unknown color: approx Maire. HEX triplet: 33, 26 and 00. RGB value is (51,38,0). Sum of RGB (Red+Green+Blue) = 51+38+0=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #332600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332600 is #CCD9FF. Grayscale: #252525. Windows color (decimal): -13425152 or 9779. OLE color: 9779.

HSL color Cylindrical-coordinate representation of color #332600: hue angle of 44.71º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB51380-
CMYK00.2510.8
HSL44.71º100%10%-
HSV(B)44.71º100%20%-
XYZ2.062.090.29-
YUV37.55106.81137.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.30%
G=42.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5138000.2510.844.7110010
Hex3326001964502d64a
Octal634600311441205514412
Binary11001110011000110011100100101000010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332600; }

 p { color: rgb(51,38,0); }

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

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

 a { background-color: rgb(51,38,0); }

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

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

 span { border-color: rgb(51,38,0); }

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