#251513

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

Shades of Seal Brown #251513

Tints of Seal Brown #251513

Color information

#251513 (or 0x251513) is unknown color: approx Seal Brown. HEX triplet: 25, 15 and 13. RGB value is (37,21,19). Sum of RGB (Red+Green+Blue) = 37+21+19=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251513 is #DAEAEC. Grayscale: #191919. Windows color (decimal): -14346989 or 1250597. OLE color: 1250597.

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

Color convert

RGB372119-
CMYK00.430.490.85
HSL6.67º32.14%10.98%-
HSV(B)6.67º48.65%14.51%-
XYZ1.150.980.74-
YUV25.56124.3136.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=48.05%
G=27.27%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37211900.430.490.856.6732.1410.98
Hex25151302B3155720b
Octal4525230536112574013
Binary1001011010110011010101111000110101011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251513; }

 p { color: rgb(37,21,19); }

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

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

 a { background-color: rgb(37,21,19); }

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

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

 span { border-color: rgb(37,21,19); }

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