Html Css Color HEX #401413 Seal Brown

📋 copy color: '#401413'

red 64 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #401413

Tints of Seal Brown #401413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 62.14%
G = 19.42%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#401413 (or 0x401413) is known color: Seal Brown. HEX triplet: 40, 14 and 13. RGB value is (64,20,19). Sum of RGB (Red+Green+Blue) = 64+20+19=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401413 is #BFEBEC. Grayscale: #212121. Windows color (decimal): -12577773 or 1250368. OLE color: 1250368.

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

Color convert

RGB 64 20 19 -
CMYK 0 0.69 0.70 0.75
HSL 1.33º 0.54% 0.16% -
HSV(B) 1.33º 0.7% 0.25% -
XYZ 2.48 1.64 0.8 -
YUV 33.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 64 20 19 0 0.69 0.70 0.75 1.33 0.54 0.16
Hex 40 14 13 0 45 46 4B 1 36 10
Octal 100 24 23 0 105 106 113 1 66 20
Binary 1000000 10100 10011 0 1000101 1000110 1001011 1 110110 10000

Color Harmonies of #401413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401413

Black with #401413

Text Example


Text Example

White with #401413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401413; }

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

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

background-color css

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

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

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

border-color css

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

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

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