#25130C

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

Shades of Seal Brown #25130C

Tints of Seal Brown #25130C

Color information

#25130C (or 0x25130C) is unknown color: approx Seal Brown. HEX triplet: 25, 13 and 0C. RGB value is (37,19,12). Sum of RGB (Red+Green+Blue) = 37+19+12=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25130C is #DAECF3. Grayscale: #171717. Windows color (decimal): -14347508 or 791333. OLE color: 791333.

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

Color convert

RGB371912-
CMYK00.490.680.85
HSL16.8º51.02%9.61%-
HSV(B)16.8º67.57%14.51%-
XYZ1.060.890.46-
YUV23.58121.46137.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=54.41%
G=27.94%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37191200.490.680.8516.851.029.61
Hex2513C03144551133a
Octal452314061104125216312
Binary100101100111100011000110001001010101100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25130C; }

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

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

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

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

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

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

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

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