Html Css Color HEX #411B1B Seal Brown

📋 copy color: '#411B1B'

red 65 ◦ green 27 ◦ blue 27

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

Shades of Seal Brown #411B1B

Tints of Seal Brown #411B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 54.62%
G = 22.69%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#411B1B (or 0x411B1B) is known color: Seal Brown. HEX triplet: 41, 1B and 1B. RGB value is (65,27,27). Sum of RGB (Red+Green+Blue) = 65+27+27=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B1B is #BEE4E4. Grayscale: #262626. Windows color (decimal): -12510437 or 1776449. OLE color: 1776449.

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

Color convert

RGB 65 27 27 -
CMYK 0 0.58 0.58 0.75
HSL 0.41% 0.18% -
HSV(B) 0.58% 0.25% -
XYZ 2.77 1.99 1.27 -
YUV 38.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 65 27 27 0 0.58 0.58 0.75 0 0.41 0.18
Hex 41 1B 1B 0 3A 3A 4B 0 29 12
Octal 101 33 33 0 72 72 113 0 51 22
Binary 1000001 11011 11011 0 111010 111010 1001011 0 101001 10010

Color Harmonies of #411B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B1B

Black with #411B1B

Text Example


Text Example

White with #411B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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