#251614

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

Shades of Seal Brown #251614

Tints of Seal Brown #251614

Color information

#251614 (or 0x251614) is unknown color: approx Seal Brown. HEX triplet: 25, 16 and 14. RGB value is (37,22,20). Sum of RGB (Red+Green+Blue) = 37+22+20=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251614 is #DAE9EB. Grayscale: #1A1A1A. Windows color (decimal): -14346732 or 1316389. OLE color: 1316389.

HSL color Cylindrical-coordinate representation of color #251614: hue angle of 7.06º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251614 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB372220-
CMYK00.410.460.85
HSL7.06º29.82%11.18%-
HSV(B)7.06º45.95%14.51%-
XYZ1.181.020.8-
YUV26.26124.47135.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=46.84%
G=27.85%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37222000.410.460.857.0629.8211.18
Hex2516140292E5571eb
Octal4526240515612573613
Binary100101101101010001010011011101010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251614; }

 p { color: rgb(37,22,20); }

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

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

 a { background-color: rgb(37,22,20); }

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

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

 span { border-color: rgb(37,22,20); }

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