#350101

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

Shades of Seal Brown #350101

Tints of Seal Brown #350101

Color information

#350101 (or 0x350101) is unknown color: approx Seal Brown. HEX triplet: 35, 01 and 01. RGB value is (53,1,1). Sum of RGB (Red+Green+Blue) = 53+1+1=55 (7% of max value = 765). Red value is 53 (21.09% from 255 or 96.36% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 53 - color contains mainly: red. Hex color #350101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350101 is #CAFEFE. Grayscale: #101010. Windows color (decimal): -13303551 or 65845. OLE color: 65845.

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

Color convert

RGB5311-
CMYK00.980.980.79
HSL96.3%10.59%-
HSV(B)98.11%20.78%-
XYZ1.480.780.1-
YUV16.55119.23154-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 96.36%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=96.36%
G=1.82%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal531100.980.980.79096.310.59
Hex3511062624F060b
Octal65110142142117014013
Binary110101110110001011000101001111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350101; }

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

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

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

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

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

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

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

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