#351205

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

Shades of Seal Brown #351205

Tints of Seal Brown #351205

Color information

#351205 (or 0x351205) is unknown color: approx Seal Brown. HEX triplet: 35, 12 and 05. RGB value is (53,18,5). Sum of RGB (Red+Green+Blue) = 53+18+5=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #351205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351205 is #CAEDFA. Grayscale: #1B1B1B. Windows color (decimal): -13299195 or 332341. OLE color: 332341.

HSL color Cylindrical-coordinate representation of color #351205: hue angle of 16.25º 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 #351205 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB53185-
CMYK00.660.910.79
HSL16.25º82.76%11.37%-
HSV(B)16.25º90.57%20.78%-
XYZ1.711.20.29-
YUV26.98115.6146.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=69.74%
G=23.68%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5318500.660.910.7916.2582.7611.37
Hex351250425B4F1053b
Octal6522501021331172012313
Binary1101011001010101000010101101110011111000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351205; }

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

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

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

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

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

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

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

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