Html Css Color HEX #401B1A Seal Brown

📋 copy color: '#401B1A'

red 64 ◦ green 27 ◦ blue 26

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

Shades of Seal Brown #401B1A

Tints of Seal Brown #401B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.08%

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 54.7%
G = 23.08%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#401B1A (or 0x401B1A) is known color: Seal Brown. HEX triplet: 40, 1B and 1A. RGB value is (64,27,26). Sum of RGB (Red+Green+Blue) = 64+27+26=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B1A is #BFE4E5. Grayscale: #252525. Windows color (decimal): -12575974 or 1710912. OLE color: 1710912.

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

Color convert

RGB 64 27 26 -
CMYK 0 0.58 0.59 0.75
HSL 1.58º 0.42% 0.18% -
HSV(B) 1.58º 0.59% 0.25% -
XYZ 2.69 1.95 1.21 -
YUV 37.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 64 27 26 0 0.58 0.59 0.75 1.58 0.42 0.18
Hex 40 1B 1A 0 3A 3B 4B 2 2A 12
Octal 100 33 32 0 72 73 113 2 52 22
Binary 1000000 11011 11010 0 111010 111011 1001011 10 101010 10010

Color Harmonies of #401B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B1A

Black with #401B1A

Text Example


Text Example

White with #401B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,27,26); }

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

background-color css

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

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

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

border-color css

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

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

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