Html Css Color HEX #401615 Seal Brown

📋 copy color: '#401615'

red 64 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #401615

Tints of Seal Brown #401615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.56%

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 59.81%
G = 20.56%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#401615 (or 0x401615) is known color: Seal Brown. HEX triplet: 40, 16 and 15. RGB value is (64,22,21). Sum of RGB (Red+Green+Blue) = 64+22+21=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401615 is #BFE9EA. Grayscale: #222222. Windows color (decimal): -12577259 or 1381952. OLE color: 1381952.

HSL color Cylindrical-coordinate representation of color #401615: hue angle of 1.4º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401615 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 22 21 -
CMYK 0 0.66 0.67 0.75
HSL 1.4º 0.51% 0.17% -
HSV(B) 1.4º 0.67% 0.25% -
XYZ 2.54 1.72 0.91 -
YUV 34.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 64 22 21 0 0.66 0.67 0.75 1.4 0.51 0.17
Hex 40 16 15 0 42 43 4B 1 33 11
Octal 100 26 25 0 102 103 113 1 63 21
Binary 1000000 10110 10101 0 1000010 1000011 1001011 1 110011 10001

Color Harmonies of #401615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401615

Black with #401615

Text Example


Text Example

White with #401615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401615; }

 p { color: rgb(64,22,21); }

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

background-color css

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

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

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

border-color css

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

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

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