Html Css Color HEX #401414 Seal Brown

📋 copy color: '#401414'

red 64 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #401414

Tints of Seal Brown #401414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 61.54%
G = 19.23%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#401414 (or 0x401414) is known color: Seal Brown. HEX triplet: 40, 14 and 14. RGB value is (64,20,20). Sum of RGB (Red+Green+Blue) = 64+20+20=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401414 is #BFEBEB. Grayscale: #212121. Windows color (decimal): -12577772 or 1315904. OLE color: 1315904.

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

Color convert

RGB 64 20 20 -
CMYK 0 0.69 0.69 0.75
HSL 0.52% 0.16% -
HSV(B) 0.69% 0.25% -
XYZ 2.49 1.64 0.85 -
YUV 33.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 64 20 20 0 0.69 0.69 0.75 0 0.52 0.16
Hex 40 14 14 0 45 45 4B 0 34 10
Octal 100 24 24 0 105 105 113 0 64 20
Binary 1000000 10100 10100 0 1000101 1000101 1001011 0 110100 10000

Color Harmonies of #401414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401414

Black with #401414

Text Example


Text Example

White with #401414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401414; }

 p { color: rgb(64,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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