Html Css Color HEX #401613 Seal Brown

📋 copy color: '#401613'

red 64 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #401613

Tints of Seal Brown #401613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.95%

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

R = 60.95%
G = 20.95%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#401613 (or 0x401613) is known color: Seal Brown. HEX triplet: 40, 16 and 13. RGB value is (64,22,19). Sum of RGB (Red+Green+Blue) = 64+22+19=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401613 is #BFE9EC. Grayscale: #222222. Windows color (decimal): -12577261 or 1250880. OLE color: 1250880.

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

Color convert

RGB 64 22 19 -
CMYK 0 0.66 0.70 0.75
HSL 0.54% 0.16% -
HSV(B) 0.7% 0.25% -
XYZ 2.52 1.71 0.81 -
YUV 34.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 64 22 19 0 0.66 0.70 0.75 4 0.54 0.16
Hex 40 16 13 0 42 46 4B 4 36 10
Octal 100 26 23 0 102 106 113 4 66 20
Binary 1000000 10110 10011 0 1000010 1000110 1001011 100 110110 10000

Color Harmonies of #401613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401613

Black with #401613

Text Example


Text Example

White with #401613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401613; }

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

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

background-color css

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

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

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

border-color css

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

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

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