#25120B

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

Shades of Seal Brown #25120B

Tints of Seal Brown #25120B

Color information

#25120B (or 0x25120B) is unknown color: approx Seal Brown. HEX triplet: 25, 12 and 0B. RGB value is (37,18,11). Sum of RGB (Red+Green+Blue) = 37+18+11=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25120B is #DAEDF4. Grayscale: #161616. Windows color (decimal): -14347765 or 725541. OLE color: 725541.

HSL color Cylindrical-coordinate representation of color #25120B: hue angle of 16.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25120B is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB371811-
CMYK00.510.700.85
HSL16.15º54.17%9.41%-
HSV(B)16.15º70.27%14.51%-
XYZ1.040.850.43-
YUV22.88121.29138.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=56.06%
G=27.27%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37181100.510.700.8516.1554.179.41
Hex2512B033465510369
Octal452213063106125206611
Binary100101100101011011001110001101010101100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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