Html Css Color HEX #401814 Seal Brown

📋 copy color: '#401814'

red 64 ◦ green 24 ◦ blue 20

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

Shades of Seal Brown #401814

Tints of Seal Brown #401814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.22%

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

R = 59.26%
G = 22.22%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#401814 (or 0x401814) is known color: Seal Brown. HEX triplet: 40, 18 and 14. RGB value is (64,24,20). Sum of RGB (Red+Green+Blue) = 64+24+20=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401814 is #BFE7EB. Grayscale: #232323. Windows color (decimal): -12576748 or 1316928. OLE color: 1316928.

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

Color convert

RGB 64 24 20 -
CMYK 0 0.62 0.69 0.75
HSL 5.45º 0.52% 0.16% -
HSV(B) 5.45º 0.69% 0.25% -
XYZ 2.57 1.79 0.87 -
YUV 35.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 64 24 20 0 0.62 0.69 0.75 5.45 0.52 0.16
Hex 40 18 14 0 3E 45 4B 5 34 10
Octal 100 30 24 0 76 105 113 5 64 20
Binary 1000000 11000 10100 0 111110 1000101 1001011 101 110100 10000

Color Harmonies of #401814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401814

Black with #401814

Text Example


Text Example

White with #401814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401814; }

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

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

background-color css

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

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

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

border-color css

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

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

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