Html Css Color HEX #411413 Seal Brown

📋 copy color: '#411413'

red 65 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #411413

Tints of Seal Brown #411413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 62.5%
G = 19.23%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#411413 (or 0x411413) is known color: Seal Brown. HEX triplet: 41, 14 and 13. RGB value is (65,20,19). Sum of RGB (Red+Green+Blue) = 65+20+19=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411413 is #BEEBEC. Grayscale: #212121. Windows color (decimal): -12512237 or 1250369. OLE color: 1250369.

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

Color convert

RGB 65 20 19 -
CMYK 0 0.69 0.71 0.75
HSL 1.3º 0.55% 0.16% -
HSV(B) 1.3º 0.71% 0.25% -
XYZ 2.55 1.67 0.8 -
YUV 33.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 65 20 19 0 0.69 0.71 0.75 1.3 0.55 0.16
Hex 41 14 13 0 45 47 4B 1 37 10
Octal 101 24 23 0 105 107 113 1 67 20
Binary 1000001 10100 10011 0 1000101 1000111 1001011 1 110111 10000

Color Harmonies of #411413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411413

Black with #411413

Text Example


Text Example

White with #411413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411413; }

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

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

background-color css

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

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

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

border-color css

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

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

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