#401714

Color #401714 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #401714

Tints of Seal Brown #401714

Color information

#401714 (or 0x401714) is unknown color: approx Seal Brown. HEX triplet: 40, 17 and 14. RGB value is (64,23,20). Sum of RGB (Red+Green+Blue) = 64+23+20=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401714 is #BFE8EB. Grayscale: #222222. Windows color (decimal): -12577004 or 1316672. OLE color: 1316672.

HSL color Cylindrical-coordinate representation of color #401714: hue angle of 4.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401714 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB642320-
CMYK00.640.690.75
HSL4.09º52.38%16.47%-
HSV(B)4.09º68.75%25.1%-
XYZ2.551.750.87-
YUV34.92119.58148.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=59.81%
G=21.50%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64232000.640.690.754.0952.3816.47
Hex401714040454B43410
Octal1002724010010511346420
Binary10000001011110100010000001000101100101110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401714; }

 p { color: rgb(64,23,20); }

 H1.HeaderClassName
 {
   color: #401714;
 }
 .AnyTagClassName
 {
   color: #401714;
 }
</style>
background-color css

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

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

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

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

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

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