Html Css Color HEX #411210 Seal Brown

📋 copy color: '#411210'

red 65 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #411210

Tints of Seal Brown #411210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 65.66%
G = 18.18%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#411210 (or 0x411210) is known color: Seal Brown. HEX triplet: 41, 12 and 10. RGB value is (65,18,16). Sum of RGB (Red+Green+Blue) = 65+18+16=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411210 is #BEEDEF. Grayscale: #1F1F1F. Windows color (decimal): -12512752 or 1053249. OLE color: 1053249.

HSL color Cylindrical-coordinate representation of color #411210: hue angle of 2.45º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411210 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 18 16 -
CMYK 0 0.72 0.75 0.75
HSL 2.45º 0.6% 0.16% -
HSV(B) 2.45º 0.75% 0.25% -
XYZ 2.49 1.59 0.67 -
YUV 31.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 65 18 16 0 0.72 0.75 0.75 2.45 0.6 0.16
Hex 41 12 10 0 48 4B 4B 2 3C 10
Octal 101 22 20 0 110 113 113 2 74 20
Binary 1000001 10010 10000 0 1001000 1001011 1001011 10 111100 10000

Color Harmonies of #411210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411210

Black with #411210

Text Example


Text Example

White with #411210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411210; }

 p { color: rgb(65,18,16); }

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

background-color css

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

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

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

border-color css

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

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

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