#350505

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

Shades of Seal Brown #350505

Tints of Seal Brown #350505

Color information

#350505 (or 0x350505) is unknown color: approx Seal Brown. HEX triplet: 35, 05 and 05. RGB value is (53,5,5). Sum of RGB (Red+Green+Blue) = 53+5+5=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350505 is #CAFAFA. Grayscale: #131313. Windows color (decimal): -13302523 or 329013. OLE color: 329013.

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

Color convert

RGB5355-
CMYK00.910.910.79
HSL82.76%11.37%-
HSV(B)90.57%20.78%-
XYZ1.550.880.23-
YUV19.35119.9152-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 84.13%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=84.13%
G=7.94%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535500.910.910.79082.7611.37
Hex355505B5B4F053b
Octal65550133133117012313
Binary1101011011010101101110110111001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350505; }

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

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

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

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

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

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

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

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