Html Css Color HEX #411616 Seal Brown

📋 copy color: '#411616'

red 65 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #411616

Tints of Seal Brown #411616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 59.63%
G = 20.18%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#411616 (or 0x411616) is known color: Seal Brown. HEX triplet: 41, 16 and 16. RGB value is (65,22,22). Sum of RGB (Red+Green+Blue) = 65+22+22=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411616 is #BEE9E9. Grayscale: #222222. Windows color (decimal): -12511722 or 1447489. OLE color: 1447489.

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

Color convert

RGB 65 22 22 -
CMYK 0 0.66 0.66 0.75
HSL 0.49% 0.17% -
HSV(B) 0.66% 0.25% -
XYZ 2.61 1.76 0.96 -
YUV 34.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 65 22 22 0 0.66 0.66 0.75 0 0.49 0.17
Hex 41 16 16 0 42 42 4B 0 31 11
Octal 101 26 26 0 102 102 113 0 61 21
Binary 1000001 10110 10110 0 1000010 1000010 1001011 0 110001 10001

Color Harmonies of #411616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411616

Black with #411616

Text Example


Text Example

White with #411616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411616; }

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

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

background-color css

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

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

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

border-color css

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

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

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