#351A1A

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

Shades of Seal Brown #351A1A

Tints of Seal Brown #351A1A

Color information

#351A1A (or 0x351A1A) is unknown color: approx Seal Brown. HEX triplet: 35, 1A and 1A. RGB value is (53,26,26). Sum of RGB (Red+Green+Blue) = 53+26+26=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A1A is #CAE5E5. Grayscale: #222222. Windows color (decimal): -13297126 or 1710645. OLE color: 1710645.

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

Color convert

RGB532626-
CMYK00.510.510.79
HSL34.18%15.49%-
HSV(B)50.94%20.78%-
XYZ2.021.571.17-
YUV34.07123.45141.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=50.48%
G=24.76%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53262600.510.510.79034.1815.49
Hex351A1A033334F022f
Octal6532320636311704217
Binary11010111010110100110011110011100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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