Html Css Color HEX #401D1C Seal Brown

📋 copy color: '#401D1C'

red 64 ◦ green 29 ◦ blue 28

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

Shades of Seal Brown #401D1C

Tints of Seal Brown #401D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.97%

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

R = 52.89%
G = 23.97%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#401D1C (or 0x401D1C) is known color: Seal Brown. HEX triplet: 40, 1D and 1C. RGB value is (64,29,28). Sum of RGB (Red+Green+Blue) = 64+29+28=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D1C is #BFE2E3. Grayscale: #272727. Windows color (decimal): -12575460 or 1842496. OLE color: 1842496.

HSL color Cylindrical-coordinate representation of color #401D1C: hue angle of 1.67º 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 #401D1C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 29 28 -
CMYK 0 0.55 0.56 0.75
HSL 1.67º 0.39% 0.18% -
HSV(B) 1.67º 0.56% 0.25% -
XYZ 2.76 2.05 1.35 -
YUV 39.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 64 29 28 0 0.55 0.56 0.75 1.67 0.39 0.18
Hex 40 1D 1C 0 37 38 4B 2 27 12
Octal 100 35 34 0 67 70 113 2 47 22
Binary 1000000 11101 11100 0 110111 111000 1001011 10 100111 10010

Color Harmonies of #401D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D1C

Black with #401D1C

Text Example


Text Example

White with #401D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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