#25100F

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

Shades of Seal Brown #25100F

Tints of Seal Brown #25100F

Color information

#25100F (or 0x25100F) is unknown color: approx Seal Brown. HEX triplet: 25, 10 and 0F. RGB value is (37,16,15). Sum of RGB (Red+Green+Blue) = 37+16+15=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25100F is #DAEFF0. Grayscale: #161616. Windows color (decimal): -14348273 or 987173. OLE color: 987173.

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

Color convert

RGB371615-
CMYK00.570.590.85
HSL2.73º42.31%10.2%-
HSV(B)2.73º59.46%14.51%-
XYZ1.030.80.55-
YUV22.16123.96138.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=54.41%
G=23.53%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37161500.570.590.852.7342.3110.2
Hex2510F0393B5532aa
Octal4520170717312535212
Binary10010110000111101110011110111010101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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