Html Css Color HEX #411A16 Seal Brown

📋 copy color: '#411A16'

red 65 ◦ green 26 ◦ blue 22

#411A16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #411A16

Tints of Seal Brown #411A16

RGB

 RED value IS 65 (25.78% from 255) = 57.52%

 GREEN value IS 26 (10.55% from 255) = 23.01%

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 57.52%
G = 23.01%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#411A16 (or 0x411A16) is known color: Seal Brown. HEX triplet: 41, 1A and 16. RGB value is (65,26,22). Sum of RGB (Red+Green+Blue) = 65+26+22=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A16 is #BEE5E9. Grayscale: #252525. Windows color (decimal): -12510698 or 1448513. OLE color: 1448513.

HSL color Cylindrical-coordinate representation of color #411A16: hue angle of 5.58º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411A16 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 26 22 -
CMYK 0 0.60 0.66 0.75
HSL 5.58º 0.49% 0.17% -
HSV(B) 5.58º 0.66% 0.25% -
XYZ 2.69 1.92 0.99 -
YUV 37.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 65 26 22 0 0.60 0.66 0.75 5.58 0.49 0.17
Hex 41 1A 16 0 3C 42 4B 6 31 11
Octal 101 32 26 0 74 102 113 6 61 21
Binary 1000001 11010 10110 0 111100 1000010 1001011 110 110001 10001

Color Harmonies of #411A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A16

Black with #411A16

Text Example


Text Example

White with #411A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,22); }

 H1.HeaderClassName
 {
   color: #411A16;
 }
 .AnyTagClassName
 {
   color: #411A16;
 }
</style>

background-color css

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

 a { background-color: rgb(65,26,22); }

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

border-color css

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

 span { border-color: rgb(65,26,22); }

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