#312600

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

Shades of Maire #312600

Tints of Maire #312600

Color information

#312600 (or 0x312600) is unknown color: approx Maire. HEX triplet: 31, 26 and 00. RGB value is (49,38,0). Sum of RGB (Red+Green+Blue) = 49+38+0=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #312600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312600 is #CED9FF. Grayscale: #252525. Windows color (decimal): -13556224 or 9777. OLE color: 9777.

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

Color convert

RGB49380-
CMYK00.2210.81
HSL46.53º100%9.61%-
HSV(B)46.53º100%19.22%-
XYZ1.962.040.29-
YUV36.96107.14136.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.32%
G=43.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4938000.2210.8146.531009.61
Hex3126001664512f64a
Octal614600261441215714412
Binary11000110011000101101100100101000110111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312600; }

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

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

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

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

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

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

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

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