Html Css Color HEX #401108 Seal Brown

📋 copy color: '#401108'

red 64 ◦ green 17 ◦ blue 8

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

Shades of Seal Brown #401108

Tints of Seal Brown #401108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 8 (3.52% from 255) = 8.99%

R = 71.91%
G = 19.1%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#401108 (or 0x401108) is known color: Seal Brown. HEX triplet: 40, 11 and 08. RGB value is (64,17,8). Sum of RGB (Red+Green+Blue) = 64+17+8=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401108 is #BFEEF7. Grayscale: #1E1E1E. Windows color (decimal): -12578552 or 528704. OLE color: 528704.

HSL color Cylindrical-coordinate representation of color #401108: hue angle of 9.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401108 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 8 -
CMYK 0 0.73 0.87 0.75
HSL 9.64º 0.78% 0.14% -
HSV(B) 9.64º 0.88% 0.25% -
XYZ 2.36 1.51 0.4 -
YUV 30.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 64 17 8 0 0.73 0.87 0.75 9.64 0.78 0.14
Hex 40 11 8 0 49 57 4B A 4E E
Octal 100 21 10 0 111 127 113 12 116 16
Binary 1000000 10001 1000 0 1001001 1010111 1001011 1010 1001110 1110

Color Harmonies of #401108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401108

Black with #401108

Text Example


Text Example

White with #401108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401108; }

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

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

background-color css

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

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

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

border-color css

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

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

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