Html Css Color HEX #401E1E Seal Brown

📋 copy color: '#401E1E'

red 64 ◦ green 30 ◦ blue 30

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

Shades of Seal Brown #401E1E

Tints of Seal Brown #401E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 51.61%
G = 24.19%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#401E1E (or 0x401E1E) is known color: Seal Brown. HEX triplet: 40, 1E and 1E. RGB value is (64,30,30). Sum of RGB (Red+Green+Blue) = 64+30+30=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1E is #BFE1E1. Grayscale: #282828. Windows color (decimal): -12575202 or 1973824. OLE color: 1973824.

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

Color convert

RGB 64 30 30 -
CMYK 0 0.53 0.53 0.75
HSL 0.36% 0.18% -
HSV(B) 0.53% 0.25% -
XYZ 2.81 2.11 1.49 -
YUV 40.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 64 30 30 0 0.53 0.53 0.75 0 0.36 0.18
Hex 40 1E 1E 0 35 35 4B 0 24 12
Octal 100 36 36 0 65 65 113 0 44 22
Binary 1000000 11110 11110 0 110101 110101 1001011 0 100100 10010

Color Harmonies of #401E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E1E

Black with #401E1E

Text Example


Text Example

White with #401E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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