#351A16

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

Shades of Seal Brown #351A16

Tints of Seal Brown #351A16

Color information

#351A16 (or 0x351A16) is unknown color: approx Seal Brown. HEX triplet: 35, 1A and 16. RGB value is (53,26,22). Sum of RGB (Red+Green+Blue) = 53+26+22=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A16 is #CAE5E9. Grayscale: #212121. Windows color (decimal): -13297130 or 1448501. OLE color: 1448501.

HSL color Cylindrical-coordinate representation of color #351A16: hue angle of 7.74º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351A16 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB532622-
CMYK00.510.580.79
HSL7.74º41.33%14.71%-
HSV(B)7.74º58.49%20.78%-
XYZ1.981.550.95-
YUV33.62121.45141.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=52.48%
G=25.74%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53262200.510.580.797.7441.3314.71
Hex351A160333A4F829f
Octal65322606372117105117
Binary11010111010101100110011111010100111110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A16; }

 p { color: rgb(53,26,22); }

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

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

 a { background-color: rgb(53,26,22); }

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

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

 span { border-color: rgb(53,26,22); }

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