Html Css Color HEX #411F1E Seal Brown

📋 copy color: '#411F1E'

red 65 ◦ green 31 ◦ blue 30

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

Shades of Seal Brown #411F1E

Tints of Seal Brown #411F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.6%

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

R = 51.59%
G = 24.6%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#411F1E (or 0x411F1E) is known color: Seal Brown. HEX triplet: 41, 1F and 1E. RGB value is (65,31,30). Sum of RGB (Red+Green+Blue) = 65+31+30=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F1E is #BEE0E1. Grayscale: #292929. Windows color (decimal): -12509410 or 1974081. OLE color: 1974081.

HSL color Cylindrical-coordinate representation of color #411F1E: hue angle of 1.71º 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 #411F1E is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 30 -
CMYK 0 0.52 0.54 0.75
HSL 1.71º 0.37% 0.19% -
HSV(B) 1.71º 0.54% 0.25% -
XYZ 2.9 2.2 1.5 -
YUV 41.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 65 31 30 0 0.52 0.54 0.75 1.71 0.37 0.19
Hex 41 1F 1E 0 34 36 4B 2 25 13
Octal 101 37 36 0 64 66 113 2 45 23
Binary 1000001 11111 11110 0 110100 110110 1001011 10 100101 10011

Color Harmonies of #411F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F1E

Black with #411F1E

Text Example


Text Example

White with #411F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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