Html Css Color HEX #411111 Seal Brown

📋 copy color: '#411111'

red 65 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #411111

Tints of Seal Brown #411111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

 BLUE value IS 17 (7.03% from 255) = 17.17%

R = 65.66%
G = 17.17%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411111 (or 0x411111) is known color: Seal Brown. HEX triplet: 41, 11 and 11. RGB value is (65,17,17). Sum of RGB (Red+Green+Blue) = 65+17+17=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411111 is #BEEEEE. Grayscale: #1F1F1F. Windows color (decimal): -12513007 or 1118529. OLE color: 1118529.

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

Color convert

RGB 65 17 17 -
CMYK 0 0.74 0.74 0.75
HSL 0.59% 0.16% -
HSV(B) 0.74% 0.25% -
XYZ 2.48 1.57 0.7 -
YUV 31.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 65 17 17 0 0.74 0.74 0.75 0 0.59 0.16
Hex 41 11 11 0 4A 4A 4B 0 3B 10
Octal 101 21 21 0 112 112 113 0 73 20
Binary 1000001 10001 10001 0 1001010 1001010 1001011 0 111011 10000

Color Harmonies of #411111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411111

Black with #411111

Text Example


Text Example

White with #411111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411111; }

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

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

background-color css

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

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

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

border-color css

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

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

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