#350801

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

Shades of Seal Brown #350801

Tints of Seal Brown #350801

Color information

#350801 (or 0x350801) is unknown color: approx Seal Brown. HEX triplet: 35, 08 and 01. RGB value is (53,8,1). Sum of RGB (Red+Green+Blue) = 53+8+1=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350801 is #CAF7FE. Grayscale: #141414. Windows color (decimal): -13301759 or 67637. OLE color: 67637.

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

Color convert

RGB5381-
CMYK00.850.980.79
HSL8.08º96.3%10.59%-
HSV(B)8.08º98.11%20.78%-
XYZ1.560.930.13-
YUV20.66116.91151.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 85.48%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=85.48%
G=12.90%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal538100.850.980.798.0896.310.59
Hex3581055624F860b
Octal6510101251421171014013
Binary110101100010101010111000101001111100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350801; }

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

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

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

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

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

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

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

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