#410B02

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

Shades of Seal Brown #410B02

Tints of Seal Brown #410B02

Color information

#410B02 (or 0x410B02) is unknown color: approx Seal Brown. HEX triplet: 41, 0B and 02. RGB value is (65,11,2). Sum of RGB (Red+Green+Blue) = 65+11+2=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B02 is #BEF4FD. Grayscale: #1A1A1A. Windows color (decimal): -12514558 or 133953. OLE color: 133953.

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

Color convert

RGB65112-
CMYK00.830.970.75
HSL8.57º94.03%13.14%-
HSV(B)8.57º96.92%25.49%-
XYZ2.311.370.2-
YUV26.12114.39155.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=83.33%
G=14.10%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6511200.830.970.758.5794.0313.14
Hex41B2053614B95ed
Octal10113201231411131113615
Binary10000011011100101001111000011001011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410B02; }

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

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

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

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

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

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

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

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