Html Css Color HEX #401E1D Seal Brown

📋 copy color: '#401E1D'

red 64 ◦ green 30 ◦ blue 29

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

Shades of Seal Brown #401E1D

Tints of Seal Brown #401E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 52.03%
G = 24.39%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#401E1D (or 0x401E1D) is known color: Seal Brown. HEX triplet: 40, 1E and 1D. RGB value is (64,30,29). Sum of RGB (Red+Green+Blue) = 64+30+29=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1D is #BFE1E2. Grayscale: #282828. Windows color (decimal): -12575203 or 1908288. OLE color: 1908288.

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

Color convert

RGB 64 30 29 -
CMYK 0 0.53 0.55 0.75
HSL 1.71º 0.38% 0.18% -
HSV(B) 1.71º 0.55% 0.25% -
XYZ 2.8 2.11 1.42 -
YUV 40.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 64 30 29 0 0.53 0.55 0.75 1.71 0.38 0.18
Hex 40 1E 1D 0 35 37 4B 2 26 12
Octal 100 36 35 0 65 67 113 2 46 22
Binary 1000000 11110 11101 0 110101 110111 1001011 10 100110 10010

Color Harmonies of #401E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E1D

Black with #401E1D

Text Example


Text Example

White with #401E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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