#351F1F

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

Shades of Seal Brown #351F1F

Tints of Seal Brown #351F1F

Color information

#351F1F (or 0x351F1F) is unknown color: approx Seal Brown. HEX triplet: 35, 1F and 1F. RGB value is (53,31,31). Sum of RGB (Red+Green+Blue) = 53+31+31=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F1F is #CAE0E0. Grayscale: #252525. Windows color (decimal): -13295841 or 2039605. OLE color: 2039605.

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

Color convert

RGB533131-
CMYK00.420.420.79
HSL26.19%16.47%-
HSV(B)41.51%20.78%-
XYZ2.211.841.53-
YUV37.58124.29139-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=46.09%
G=26.96%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53313100.420.420.79026.1916.47
Hex351F1F02A2A4F01a10
Octal6537370525211703220
Binary11010111111111110101010101010100111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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