#410302

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

Shades of Seal Brown #410302

Tints of Seal Brown #410302

Color information

#410302 (or 0x410302) is unknown color: approx Seal Brown. HEX triplet: 41, 03 and 02. RGB value is (65,3,2). Sum of RGB (Red+Green+Blue) = 65+3+2=70 (9% of max value = 765). Red value is 65 (25.78% from 255 or 92.86% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 65 - color contains mainly: red. Hex color #410302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410302 is #BEFCFD. Grayscale: #151515. Windows color (decimal): -12516606 or 131905. OLE color: 131905.

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

Color convert

RGB6532-
CMYK00.950.970.75
HSL0.95º94.03%13.14%-
HSV(B)0.95º96.92%25.49%-
XYZ2.221.190.17-
YUV21.42117.04159.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 92.86%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=92.86%
G=4.29%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal653200.950.970.750.9594.0313.14
Hex413205F614B15ed
Octal101320137141113113615
Binary100000111100101111111000011001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410302; }

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

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

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

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

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

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

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

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