#25110E

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

Shades of Seal Brown #25110E

Tints of Seal Brown #25110E

Color information

#25110E (or 0x25110E) is unknown color: approx Seal Brown. HEX triplet: 25, 11 and 0E. RGB value is (37,17,14). Sum of RGB (Red+Green+Blue) = 37+17+14=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25110E is #DAEEF1. Grayscale: #161616. Windows color (decimal): -14348018 or 921893. OLE color: 921893.

HSL color Cylindrical-coordinate representation of color #25110E: hue angle of 7.83º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25110E is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB371714-
CMYK00.540.620.85
HSL7.83º45.1%10%-
HSV(B)7.83º62.16%14.51%-
XYZ1.040.830.52-
YUV22.64123.13138.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=54.41%
G=25%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37171400.540.620.857.8345.110
Hex2511E0363E5582da
Octal45211606676125105512
Binary1001011000111100110110111110101010110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25110E; }

 p { color: rgb(37,17,14); }

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

<style>
 a { background-color: #25110E; }

 a { background-color: rgb(37,17,14); }

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

<style>
 span { border-color: #25110E; }

 span { border-color: rgb(37,17,14); }

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