Html Css Color HEX #411412 Seal Brown

📋 copy color: '#411412'

red 65 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #411412

Tints of Seal Brown #411412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

 BLUE value IS 18 (7.42% from 255) = 17.48%

R = 63.11%
G = 19.42%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411412 (or 0x411412) is known color: Seal Brown. HEX triplet: 41, 14 and 12. RGB value is (65,20,18). Sum of RGB (Red+Green+Blue) = 65+20+18=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411412 is #BEEBED. Grayscale: #212121. Windows color (decimal): -12512238 or 1184833. OLE color: 1184833.

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

Color convert

RGB 65 20 18 -
CMYK 0 0.69 0.72 0.75
HSL 2.55º 0.57% 0.16% -
HSV(B) 2.55º 0.72% 0.25% -
XYZ 2.54 1.67 0.76 -
YUV 33.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 65 20 18 0 0.69 0.72 0.75 2.55 0.57 0.16
Hex 41 14 12 0 45 48 4B 3 39 10
Octal 101 24 22 0 105 110 113 3 71 20
Binary 1000001 10100 10010 0 1000101 1001000 1001011 11 111001 10000

Color Harmonies of #411412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411412

Black with #411412

Text Example


Text Example

White with #411412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411412; }

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

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

background-color css

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

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

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

border-color css

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

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

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