#351107

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

Shades of Seal Brown #351107

Tints of Seal Brown #351107

Color information

#351107 (or 0x351107) is unknown color: approx Seal Brown. HEX triplet: 35, 11 and 07. RGB value is (53,17,7). Sum of RGB (Red+Green+Blue) = 53+17+7=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #351107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351107 is #CAEEF8. Grayscale: #1A1A1A. Windows color (decimal): -13299449 or 463157. OLE color: 463157.

HSL color Cylindrical-coordinate representation of color #351107: hue angle of 13.04º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351107 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB53177-
CMYK00.680.870.79
HSL13.04º76.67%11.76%-
HSV(B)13.04º86.79%20.78%-
XYZ1.711.170.34-
YUV26.62116.93146.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 7 (3.12% from 255) = 9.09%
R=68.83%
G=22.08%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5317700.680.870.7913.0476.6711.76
Hex35117044574Fd4dc
Octal6521701041271171511514
Binary110101100011110100010010101111001111110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351107; }

 p { color: rgb(53,17,7); }

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

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

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

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

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

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

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