Html Css Color HEX #401008 Seal Brown

📋 copy color: '#401008'

red 64 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #401008

Tints of Seal Brown #401008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

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

R = 72.73%
G = 18.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#401008 (or 0x401008) is known color: Seal Brown. HEX triplet: 40, 10 and 08. RGB value is (64,16,8). Sum of RGB (Red+Green+Blue) = 64+16+8=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401008 is #BFEFF7. Grayscale: #1D1D1D. Windows color (decimal): -12578808 or 528448. OLE color: 528448.

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

Color convert

RGB 64 16 8 -
CMYK 0 0.75 0.87 0.75
HSL 8.57º 0.78% 0.14% -
HSV(B) 8.57º 0.88% 0.25% -
XYZ 2.34 1.48 0.39 -
YUV 29.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 64 16 8 0 0.75 0.87 0.75 8.57 0.78 0.14
Hex 40 10 8 0 4B 57 4B 9 4E E
Octal 100 20 10 0 113 127 113 11 116 16
Binary 1000000 10000 1000 0 1001011 1010111 1001011 1001 1001110 1110

Color Harmonies of #401008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401008

Black with #401008

Text Example


Text Example

White with #401008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401008; }

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

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

background-color css

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

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

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

border-color css

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

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

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