#410502

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

Shades of Seal Brown #410502

Tints of Seal Brown #410502

Color information

#410502 (or 0x410502) is unknown color: approx Seal Brown. HEX triplet: 41, 05 and 02. RGB value is (65,5,2). Sum of RGB (Red+Green+Blue) = 65+5+2=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410502 is #BEFAFD. Grayscale: #161616. Windows color (decimal): -12516094 or 132417. OLE color: 132417.

HSL color Cylindrical-coordinate representation of color #410502: hue angle of 2.86º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410502 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB6552-
CMYK00.920.970.75
HSL2.86º94.03%13.14%-
HSV(B)2.86º96.92%25.49%-
XYZ2.251.240.18-
YUV22.6116.38158.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 90.28%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=90.28%
G=6.94%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal655200.920.970.752.8694.0313.14
Hex415205C614B35ed
Octal101520134141113313615
Binary10000011011001011100110000110010111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410502; }

 p { color: rgb(65,5,2); }

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

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

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

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

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

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

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