#25100E

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

Shades of Seal Brown #25100E

Tints of Seal Brown #25100E

Color information

#25100E (or 0x25100E) is unknown color: approx Seal Brown. HEX triplet: 25, 10 and 0E. RGB value is (37,16,14). Sum of RGB (Red+Green+Blue) = 37+16+14=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #25100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25100E is #DAEFF1. Grayscale: #161616. Windows color (decimal): -14348274 or 921637. OLE color: 921637.

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

Color convert

RGB371614-
CMYK00.570.620.85
HSL5.22º45.1%10%-
HSV(B)5.22º62.16%14.51%-
XYZ1.030.80.51-
YUV22.05123.46138.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 55.22%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 14 (5.86% from 255) = 20.90%
R=55.22%
G=23.88%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37161400.570.620.855.2245.110
Hex2510E0393E5552da
Octal4520160717612555512
Binary100101100001110011100111111010101011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25100E; }

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

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

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

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

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

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

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

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