#25100D

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

Shades of Seal Brown #25100D

Tints of Seal Brown #25100D

Color information

#25100D (or 0x25100D) is unknown color: approx Seal Brown. HEX triplet: 25, 10 and 0D. RGB value is (37,16,13). Sum of RGB (Red+Green+Blue) = 37+16+13=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25100D is #DAEFF2. Grayscale: #151515. Windows color (decimal): -14348275 or 856101. OLE color: 856101.

HSL color Cylindrical-coordinate representation of color #25100D: hue angle of 7.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 #25100D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB371613-
CMYK00.570.650.85
HSL7.5º48%9.8%-
HSV(B)7.5º64.86%14.51%-
XYZ1.020.790.48-
YUV21.94122.96138.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=56.06%
G=24.24%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37161300.570.650.857.5489.8
Hex2510D0394155830a
Octal452015071101125106012
Binary10010110000110101110011000001101010110001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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