#351203

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

Shades of Seal Brown #351203

Tints of Seal Brown #351203

Color information

#351203 (or 0x351203) is unknown color: approx Seal Brown. HEX triplet: 35, 12 and 03. RGB value is (53,18,3). Sum of RGB (Red+Green+Blue) = 53+18+3=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351203 is #CAEDFC. Grayscale: #1A1A1A. Windows color (decimal): -13299197 or 201269. OLE color: 201269.

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

Color convert

RGB53183-
CMYK00.660.940.79
HSL18º89.29%10.98%-
HSV(B)18º94.34%20.78%-
XYZ1.71.20.23-
YUV26.75114.6146.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=71.62%
G=24.32%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5318300.660.940.791889.2910.98
Hex351230425E4F1259b
Octal6522301021361172213113
Binary110101100101101000010101111010011111001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351203; }

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

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

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

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

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

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

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

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