#411C1B

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

Shades of Seal Brown #411C1B

Tints of Seal Brown #411C1B

Color information

#411C1B (or 0x411C1B) is unknown color: approx Seal Brown. HEX triplet: 41, 1C and 1B. RGB value is (65,28,27). Sum of RGB (Red+Green+Blue) = 65+28+27=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1B is #BEE3E4. Grayscale: #262626. Windows color (decimal): -12510181 or 1776705. OLE color: 1776705.

HSL color Cylindrical-coordinate representation of color #411C1B: hue angle of 1.58º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411C1B is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB652827-
CMYK00.570.580.75
HSL1.58º41.3%18.04%-
HSV(B)1.58º58.46%25.49%-
XYZ2.792.031.28-
YUV38.95121.26146.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=54.17%
G=23.33%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65282700.570.580.751.5841.318.04
Hex411C1B0393A4B22912
Octal10134330717211325122
Binary10000011110011011011100111101010010111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411C1B; }

 p { color: rgb(65,28,27); }

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

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

 a { background-color: rgb(65,28,27); }

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

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

 span { border-color: rgb(65,28,27); }

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