#351001

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

Shades of Seal Brown #351001

Tints of Seal Brown #351001

Color information

#351001 (or 0x351001) is unknown color: approx Seal Brown. HEX triplet: 35, 10 and 01. RGB value is (53,16,1). Sum of RGB (Red+Green+Blue) = 53+16+1=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #351001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351001 is #CAEFFE. Grayscale: #191919. Windows color (decimal): -13299711 or 69685. OLE color: 69685.

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

Color convert

RGB53161-
CMYK00.700.980.79
HSL17.31º96.3%10.59%-
HSV(B)17.31º98.11%20.78%-
XYZ1.661.130.16-
YUV25.35114.26147.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 75.71%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=75.71%
G=22.86%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5316100.700.980.7917.3196.310.59
Hex35101046624F1160b
Octal6520101061421172114013
Binary11010110000101000110110001010011111000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351001; }

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

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

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

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

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

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

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

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