Html Css Color HEX #401E1C Seal Brown

📋 copy color: '#401E1C'

red 64 ◦ green 30 ◦ blue 28

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

Shades of Seal Brown #401E1C

Tints of Seal Brown #401E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.59%

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 52.46%
G = 24.59%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#401E1C (or 0x401E1C) is known color: Seal Brown. HEX triplet: 40, 1E and 1C. RGB value is (64,30,28). Sum of RGB (Red+Green+Blue) = 64+30+28=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1C is #BFE1E3. Grayscale: #272727. Windows color (decimal): -12575204 or 1842752. OLE color: 1842752.

HSL color Cylindrical-coordinate representation of color #401E1C: hue angle of 3.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401E1C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 28 -
CMYK 0 0.53 0.56 0.75
HSL 3.33º 0.39% 0.18% -
HSV(B) 3.33º 0.56% 0.25% -
XYZ 2.79 2.1 1.36 -
YUV 39.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 64 30 28 0 0.53 0.56 0.75 3.33 0.39 0.18
Hex 40 1E 1C 0 35 38 4B 3 27 12
Octal 100 36 34 0 65 70 113 3 47 22
Binary 1000000 11110 11100 0 110101 111000 1001011 11 100111 10010

Color Harmonies of #401E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E1C

Black with #401E1C

Text Example


Text Example

White with #401E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E1C; }

 p { color: rgb(64,30,28); }

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

background-color css

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

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

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

border-color css

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

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

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