Html Css Color HEX #411514 Seal Brown

📋 copy color: '#411514'

red 65 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #411514

Tints of Seal Brown #411514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

 BLUE value IS 20 (8.2% from 255) = 18.87%

R = 61.32%
G = 19.81%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#411514 (or 0x411514) is known color: Seal Brown. HEX triplet: 41, 15 and 14. RGB value is (65,21,20). Sum of RGB (Red+Green+Blue) = 65+21+20=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411514 is #BEEAEB. Grayscale: #222222. Windows color (decimal): -12511980 or 1316161. OLE color: 1316161.

HSL color Cylindrical-coordinate representation of color #411514: hue angle of 1.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411514 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 20 -
CMYK 0 0.68 0.69 0.75
HSL 1.33º 0.53% 0.17% -
HSV(B) 1.33º 0.69% 0.25% -
XYZ 2.57 1.71 0.86 -
YUV 34.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 65 21 20 0 0.68 0.69 0.75 1.33 0.53 0.17
Hex 41 15 14 0 44 45 4B 1 35 11
Octal 101 25 24 0 104 105 113 1 65 21
Binary 1000001 10101 10100 0 1000100 1000101 1001011 1 110101 10001

Color Harmonies of #411514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411514

Black with #411514

Text Example


Text Example

White with #411514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411514; }

 p { color: rgb(65,21,20); }

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

background-color css

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

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

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

border-color css

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

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

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