#250E0C

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

Shades of Seal Brown #250E0C

Tints of Seal Brown #250E0C

Color information

#250E0C (or 0x250E0C) is unknown color: approx Seal Brown. HEX triplet: 25, 0E and 0C. RGB value is (37,14,12). Sum of RGB (Red+Green+Blue) = 37+14+12=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E0C is #DAF1F3. Grayscale: #141414. Windows color (decimal): -14348788 or 790053. OLE color: 790053.

HSL color Cylindrical-coordinate representation of color #250E0C: hue angle of 4.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250E0C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB371412-
CMYK00.620.680.85
HSL4.8º51.02%9.61%-
HSV(B)4.8º67.57%14.51%-
XYZ0.990.730.44-
YUV20.65123.12139.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 14 (5.86% from 255) = 22.22%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=58.73%
G=22.22%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37141200.620.680.854.851.029.61
Hex25EC03E4455533a
Octal45161407610412556312
Binary100101111011000111110100010010101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250E0C; }

 p { color: rgb(37,14,12); }

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

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

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

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

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

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

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