#350100

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

Shades of Seal Brown #350100

Tints of Seal Brown #350100

Color information

#350100 (or 0x350100) is unknown color: approx Seal Brown. HEX triplet: 35, 01 and 00. RGB value is (53,1,0). Sum of RGB (Red+Green+Blue) = 53+1+0=54 (7% of max value = 765). Red value is 53 (21.09% from 255 or 98.15% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 53 - color contains mainly: red. Hex color #350100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350100 is #CAFEFF. Grayscale: #101010. Windows color (decimal): -13303552 or 309. OLE color: 309.

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

Color convert

RGB5310-
CMYK00.9810.79
HSL1.13º100%10.39%-
HSV(B)1.13º100%20.78%-
XYZ1.480.780.07-
YUV16.43118.73154.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 98.15%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.15%
G=1.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal531000.9810.791.1310010.39
Hex3510062644F164a
Octal65100142144117114412
Binary110101100110001011001001001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350100; }

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

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

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

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

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

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

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

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