#350901

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

Shades of Seal Brown #350901

Tints of Seal Brown #350901

Color information

#350901 (or 0x350901) is unknown color: approx Seal Brown. HEX triplet: 35, 09 and 01. RGB value is (53,9,1). Sum of RGB (Red+Green+Blue) = 53+9+1=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350901 is #CAF6FE. Grayscale: #151515. Windows color (decimal): -13301503 or 67893. OLE color: 67893.

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

Color convert

RGB5391-
CMYK00.830.980.79
HSL9.23º96.3%10.59%-
HSV(B)9.23º98.11%20.78%-
XYZ1.570.950.13-
YUV21.24116.58150.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 84.13%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=84.13%
G=14.29%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal539100.830.980.799.2396.310.59
Hex3591053624F960b
Octal6511101231421171114013
Binary110101100110101001111000101001111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350901; }

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

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

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

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

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

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

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

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