Html Css Color HEX #411311 Seal Brown

📋 copy color: '#411311'

red 65 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #411311

Tints of Seal Brown #411311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.81%

 BLUE value IS 17 (7.03% from 255) = 16.83%

R = 64.36%
G = 18.81%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411311 (or 0x411311) is known color: Seal Brown. HEX triplet: 41, 13 and 11. RGB value is (65,19,17). Sum of RGB (Red+Green+Blue) = 65+19+17=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411311 is #BEECEE. Grayscale: #202020. Windows color (decimal): -12512495 or 1119041. OLE color: 1119041.

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

Color convert

RGB 65 19 17 -
CMYK 0 0.71 0.74 0.75
HSL 2.5º 0.59% 0.16% -
HSV(B) 2.5º 0.74% 0.25% -
XYZ 2.51 1.63 0.71 -
YUV 32.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 65 19 17 0 0.71 0.74 0.75 2.5 0.59 0.16
Hex 41 13 11 0 47 4A 4B 2 3B 10
Octal 101 23 21 0 107 112 113 2 73 20
Binary 1000001 10011 10001 0 1000111 1001010 1001011 10 111011 10000

Color Harmonies of #411311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411311

Black with #411311

Text Example


Text Example

White with #411311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411311; }

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

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

background-color css

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

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

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

border-color css

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

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

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