Html Css Color HEX #401208 Seal Brown

📋 copy color: '#401208'

red 64 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #401208

Tints of Seal Brown #401208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 71.11%
G = 20%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#401208 (or 0x401208) is known color: Seal Brown. HEX triplet: 40, 12 and 08. RGB value is (64,18,8). Sum of RGB (Red+Green+Blue) = 64+18+8=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401208 is #BFEDF7. Grayscale: #1E1E1E. Windows color (decimal): -12578296 or 528960. OLE color: 528960.

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

Color convert

RGB 64 18 8 -
CMYK 0 0.72 0.87 0.75
HSL 10.71º 0.78% 0.14% -
HSV(B) 10.71º 0.88% 0.25% -
XYZ 2.37 1.54 0.4 -
YUV 30.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 64 18 8 0 0.72 0.87 0.75 10.71 0.78 0.14
Hex 40 12 8 0 48 57 4B B 4E E
Octal 100 22 10 0 110 127 113 13 116 16
Binary 1000000 10010 1000 0 1001000 1010111 1001011 1011 1001110 1110

Color Harmonies of #401208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401208

Black with #401208

Text Example


Text Example

White with #401208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401208; }

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

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

background-color css

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

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

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

border-color css

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

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

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