Html Css Color HEX #411E1D Seal Brown

📋 copy color: '#411E1D'

red 65 ◦ green 30 ◦ blue 29

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

Shades of Seal Brown #411E1D

Tints of Seal Brown #411E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.19%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 52.42%
G = 24.19%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#411E1D (or 0x411E1D) is known color: Seal Brown. HEX triplet: 41, 1E and 1D. RGB value is (65,30,29). Sum of RGB (Red+Green+Blue) = 65+30+29=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1D is #BEE1E2. Grayscale: #282828. Windows color (decimal): -12509667 or 1908289. OLE color: 1908289.

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

Color convert

RGB 65 30 29 -
CMYK 0 0.54 0.55 0.75
HSL 1.67º 0.38% 0.18% -
HSV(B) 1.67º 0.55% 0.25% -
XYZ 2.87 2.14 1.42 -
YUV 40.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 65 30 29 0 0.54 0.55 0.75 1.67 0.38 0.18
Hex 41 1E 1D 0 36 37 4B 2 26 12
Octal 101 36 35 0 66 67 113 2 46 22
Binary 1000001 11110 11101 0 110110 110111 1001011 10 100110 10010

Color Harmonies of #411E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E1D

Black with #411E1D

Text Example


Text Example

White with #411E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,30,29); }

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

background-color css

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

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

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

border-color css

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

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

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