Html Css Color HEX #411B1A Seal Brown

📋 copy color: '#411B1A'

red 65 ◦ green 27 ◦ blue 26

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

Shades of Seal Brown #411B1A

Tints of Seal Brown #411B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.88%

 BLUE value IS 26 (10.55% from 255) = 22.03%

R = 55.08%
G = 22.88%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#411B1A (or 0x411B1A) is known color: Seal Brown. HEX triplet: 41, 1B and 1A. RGB value is (65,27,26). Sum of RGB (Red+Green+Blue) = 65+27+26=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B1A is #BEE4E5. Grayscale: #262626. Windows color (decimal): -12510438 or 1710913. OLE color: 1710913.

HSL color Cylindrical-coordinate representation of color #411B1A: hue angle of 1.54º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #411B1A is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 26 -
CMYK 0 0.58 0.60 0.75
HSL 1.54º 0.43% 0.18% -
HSV(B) 1.54º 0.6% 0.25% -
XYZ 2.76 1.98 1.21 -
YUV 38.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 65 27 26 0 0.58 0.60 0.75 1.54 0.43 0.18
Hex 41 1B 1A 0 3A 3C 4B 2 2B 12
Octal 101 33 32 0 72 74 113 2 53 22
Binary 1000001 11011 11010 0 111010 111100 1001011 10 101011 10010

Color Harmonies of #411B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B1A

Black with #411B1A

Text Example


Text Example

White with #411B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411B1A; }

 p { color: rgb(65,27,26); }

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

background-color css

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

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

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

border-color css

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

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

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