Html Css Color HEX #411101 Seal Brown

📋 copy color: '#411101'

red 65 ◦ green 17 ◦ blue 1

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

Shades of Seal Brown #411101

Tints of Seal Brown #411101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 78.31%
G = 20.48%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#411101 (or 0x411101) is known color: Seal Brown. HEX triplet: 41, 11 and 01. RGB value is (65,17,1). Sum of RGB (Red+Green+Blue) = 65+17+1=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #411101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411101 is #BEEEFE. Grayscale: #1D1D1D. Windows color (decimal): -12513023 or 69953. OLE color: 69953.

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

Color convert

RGB 65 17 1 -
CMYK 0 0.74 0.98 0.75
HSL 15º 0.97% 0.13% -
HSV(B) 15º 0.98% 0.25% -
XYZ 2.39 1.53 0.2 -
YUV 29.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 65 17 1 0 0.74 0.98 0.75 15 0.97 0.13
Hex 41 11 1 0 4A 62 4B F 61 D
Octal 101 21 1 0 112 142 113 17 141 15
Binary 1000001 10001 1 0 1001010 1100010 1001011 1111 1100001 1101

Color Harmonies of #411101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411101

Black with #411101

Text Example


Text Example

White with #411101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411101; }

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

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

background-color css

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

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

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

border-color css

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

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

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