#25120D

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

Shades of Seal Brown #25120D

Tints of Seal Brown #25120D

Color information

#25120D (or 0x25120D) is unknown color: approx Seal Brown. HEX triplet: 25, 12 and 0D. RGB value is (37,18,13). Sum of RGB (Red+Green+Blue) = 37+18+13=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25120D is #DAEDF2. Grayscale: #171717. Windows color (decimal): -14347763 or 856613. OLE color: 856613.

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

Color convert

RGB371813-
CMYK00.510.650.85
HSL12.5º48%9.8%-
HSV(B)12.5º64.86%14.51%-
XYZ1.050.850.49-
YUV23.11122.29137.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=54.41%
G=26.47%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37181300.510.650.8512.5489.8
Hex2512D0334155d30a
Octal452215063101125156012
Binary10010110010110101100111000001101010111011100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25120D; }

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

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

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

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

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

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

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

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