#351010

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

Shades of Seal Brown #351010

Tints of Seal Brown #351010

Color information

#351010 (or 0x351010) is unknown color: approx Seal Brown. HEX triplet: 35, 10 and 10. RGB value is (53,16,16). Sum of RGB (Red+Green+Blue) = 53+16+16=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #351010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351010 is #CAEFEF. Grayscale: #1B1B1B. Windows color (decimal): -13299696 or 1052725. OLE color: 1052725.

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

Color convert

RGB531616-
CMYK00.700.700.79
HSL53.62%13.53%-
HSV(B)69.81%20.78%-
XYZ1.751.160.62-
YUV27.06121.76146.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=62.35%
G=18.82%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53161600.700.700.79053.6213.53
Hex351010046464F036e
Octal652020010610611706616
Binary1101011000010000010001101000110100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351010; }

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

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

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

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

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

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

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

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