Html Css Color HEX #401311 Seal Brown

📋 copy color: '#401311'

red 64 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #401311

Tints of Seal Brown #401311

RGB

 RED value IS 64 (25.39% from 255) = 64%

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

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

R = 64%
G = 19%
B = 17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#401311 (or 0x401311) is known color: Seal Brown. HEX triplet: 40, 13 and 11. RGB value is (64,19,17). Sum of RGB (Red+Green+Blue) = 64+19+17=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401311 is #BFECEE. Grayscale: #202020. Windows color (decimal): -12578031 or 1119040. OLE color: 1119040.

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

Color convert

RGB 64 19 17 -
CMYK 0 0.70 0.73 0.75
HSL 2.55º 0.58% 0.16% -
HSV(B) 2.55º 0.73% 0.25% -
XYZ 2.45 1.6 0.71 -
YUV 32.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 64 19 17 0 0.70 0.73 0.75 2.55 0.58 0.16
Hex 40 13 11 0 46 49 4B 3 3A 10
Octal 100 23 21 0 106 111 113 3 72 20
Binary 1000000 10011 10001 0 1000110 1001001 1001011 11 111010 10000

Color Harmonies of #401311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401311

Black with #401311

Text Example


Text Example

White with #401311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401311; }

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

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

background-color css

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

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

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

border-color css

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

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

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