#351005

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

Shades of Seal Brown #351005

Tints of Seal Brown #351005

Color information

#351005 (or 0x351005) is unknown color: approx Seal Brown. HEX triplet: 35, 10 and 05. RGB value is (53,16,5). Sum of RGB (Red+Green+Blue) = 53+16+5=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351005 is #CAEFFA. Grayscale: #191919. Windows color (decimal): -13299707 or 331829. OLE color: 331829.

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

Color convert

RGB53165-
CMYK00.700.910.79
HSL13.75º82.76%11.37%-
HSV(B)13.75º90.57%20.78%-
XYZ1.681.140.27-
YUV25.81116.26147.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=71.62%
G=21.62%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5316500.700.910.7913.7582.7611.37
Hex351050465B4Fe53b
Octal6520501061331171612313
Binary110101100001010100011010110111001111111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351005; }

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

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

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

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

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

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

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

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