#351312

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

Shades of Seal Brown #351312

Tints of Seal Brown #351312

Color information

#351312 (or 0x351312) is unknown color: approx Seal Brown. HEX triplet: 35, 13 and 12. RGB value is (53,19,18). Sum of RGB (Red+Green+Blue) = 53+19+18=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351312 is #CAECED. Grayscale: #1D1D1D. Windows color (decimal): -13298926 or 1184565. OLE color: 1184565.

HSL color Cylindrical-coordinate representation of color #351312: hue angle of 1.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351312 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB531918-
CMYK00.640.660.79
HSL1.71º49.3%13.92%-
HSV(B)1.71º66.04%20.78%-
XYZ1.811.270.72-
YUV29.05121.76145.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 18 (7.42% from 255) = 20%
R=58.89%
G=21.11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53191800.640.660.791.7149.313.92
Hex351312040424F231e
Octal652322010010211726116
Binary11010110011100100100000010000101001111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351312; }

 p { color: rgb(53,19,18); }

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

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

 a { background-color: rgb(53,19,18); }

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

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

 span { border-color: rgb(53,19,18); }

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