#410C05

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

Shades of Seal Brown #410C05

Tints of Seal Brown #410C05

Color information

#410C05 (or 0x410C05) is unknown color: approx Seal Brown. HEX triplet: 41, 0C and 05. RGB value is (65,12,5). Sum of RGB (Red+Green+Blue) = 65+12+5=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #410C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C05 is #BEF3FA. Grayscale: #1B1B1B. Windows color (decimal): -12514299 or 330817. OLE color: 330817.

HSL color Cylindrical-coordinate representation of color #410C05: hue angle of 7º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410C05 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65125-
CMYK00.820.920.75
HSL85.71%13.73%-
HSV(B)92.31%25.49%-
XYZ2.341.40.29-
YUV27.05115.56155.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=79.27%
G=14.63%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6512500.820.920.75785.7113.73
Hex41C50525C4B756e
Octal1011450122134113712616
Binary10000011100101010100101011100100101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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