Html Css Color HEX #411E1E Seal Brown

📋 copy color: '#411E1E'

red 65 ◦ green 30 ◦ blue 30

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

Shades of Seal Brown #411E1E

Tints of Seal Brown #411E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24%

R = 52%
G = 24%
B = 24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#411E1E (or 0x411E1E) is known color: Seal Brown. HEX triplet: 41, 1E and 1E. RGB value is (65,30,30). Sum of RGB (Red+Green+Blue) = 65+30+30=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1E is #BEE1E1. Grayscale: #282828. Windows color (decimal): -12509666 or 1973825. OLE color: 1973825.

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

Color convert

RGB 65 30 30 -
CMYK 0 0.54 0.54 0.75
HSL 0.37% 0.19% -
HSV(B) 0.54% 0.25% -
XYZ 2.88 2.15 1.49 -
YUV 40.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 65 30 30 0 0.54 0.54 0.75 0 0.37 0.19
Hex 41 1E 1E 0 36 36 4B 0 25 13
Octal 101 36 36 0 66 66 113 0 45 23
Binary 1000001 11110 11110 0 110110 110110 1001011 0 100101 10011

Color Harmonies of #411E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E1E

Black with #411E1E

Text Example


Text Example

White with #411E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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