#251412

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

Shades of Seal Brown #251412

Tints of Seal Brown #251412

Color information

#251412 (or 0x251412) is unknown color: approx Seal Brown. HEX triplet: 25, 14 and 12. RGB value is (37,20,18). Sum of RGB (Red+Green+Blue) = 37+20+18=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251412 is #DAEBED. Grayscale: #181818. Windows color (decimal): -14347246 or 1184805. OLE color: 1184805.

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

Color convert

RGB372018-
CMYK00.460.510.85
HSL6.32º34.55%10.78%-
HSV(B)6.32º51.35%14.51%-
XYZ1.120.940.69-
YUV24.85124.13136.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 18 (7.42% from 255) = 24%
R=49.33%
G=26.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37201800.460.510.856.3234.5510.78
Hex25141202E3355623b
Octal4524220566312564313
Binary1001011010010010010111011001110101011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251412; }

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

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

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

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

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

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

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

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