Html Css Color HEX #401511 Seal Brown

📋 copy color: '#401511'

red 64 ◦ green 21 ◦ blue 17

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

Shades of Seal Brown #401511

Tints of Seal Brown #401511

RGB

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

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

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

R = 62.75%
G = 20.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#401511 (or 0x401511) is known color: Seal Brown. HEX triplet: 40, 15 and 11. RGB value is (64,21,17). Sum of RGB (Red+Green+Blue) = 64+21+17=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401511 is #BFEAEE. Grayscale: #212121. Windows color (decimal): -12577519 or 1119552. OLE color: 1119552.

HSL color Cylindrical-coordinate representation of color #401511: hue angle of 5.11º 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 #401511 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 17 -
CMYK 0 0.67 0.73 0.75
HSL 5.11º 0.58% 0.16% -
HSV(B) 5.11º 0.73% 0.25% -
XYZ 2.48 1.67 0.72 -
YUV 33.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 64 21 17 0 0.67 0.73 0.75 5.11 0.58 0.16
Hex 40 15 11 0 43 49 4B 5 3A 10
Octal 100 25 21 0 103 111 113 5 72 20
Binary 1000000 10101 10001 0 1000011 1001001 1001011 101 111010 10000

Color Harmonies of #401511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401511

Black with #401511

Text Example


Text Example

White with #401511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401511; }

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

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

background-color css

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

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

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

border-color css

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

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

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