#251414

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

Shades of Seal Brown #251414

Tints of Seal Brown #251414

Color information

#251414 (or 0x251414) is unknown color: approx Seal Brown. HEX triplet: 25, 14 and 14. RGB value is (37,20,20). Sum of RGB (Red+Green+Blue) = 37+20+20=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251414 is #DAEBEB. Grayscale: #191919. Windows color (decimal): -14347244 or 1315877. OLE color: 1315877.

HSL color Cylindrical-coordinate representation of color #251414: hue angle of 0º 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 #251414 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB372020-
CMYK00.460.460.85
HSL29.82%11.18%-
HSV(B)45.95%14.51%-
XYZ1.140.940.78-
YUV25.08125.13136.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=48.05%
G=25.97%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202000.460.460.85029.8211.18
Hex25141402E2E5501eb
Octal4524240565612503613
Binary1001011010010100010111010111010101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251414; }

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

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

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

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

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

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

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

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