#251916

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

Shades of Seal Brown #251916

Tints of Seal Brown #251916

Color information

#251916 (or 0x251916) is unknown color: approx Seal Brown. HEX triplet: 25, 19 and 16. RGB value is (37,25,22). Sum of RGB (Red+Green+Blue) = 37+25+22=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #251916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251916 is #DAE6E9. Grayscale: #1C1C1C. Windows color (decimal): -14345962 or 1448229. OLE color: 1448229.

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

Color convert

RGB372522-
CMYK00.320.410.85
HSL12º25.42%11.57%-
HSV(B)12º40.54%14.51%-
XYZ1.261.150.91-
YUV28.25124.48134.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=44.05%
G=29.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37252200.320.410.851225.4211.57
Hex2519160202955c19c
Octal45312604051125143114
Binary1001011100110110010000010100110101011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251916; }

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

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

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

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

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

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

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

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