#250D0B

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

Shades of Seal Brown #250D0B

Tints of Seal Brown #250D0B

Color information

#250D0B (or 0x250D0B) is unknown color: approx Seal Brown. HEX triplet: 25, 0D and 0B. RGB value is (37,13,11). Sum of RGB (Red+Green+Blue) = 37+13+11=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0B is #DAF2F4. Grayscale: #131313. Windows color (decimal): -14349045 or 724261. OLE color: 724261.

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

Color convert

RGB371311-
CMYK00.650.700.85
HSL4.62º54.17%9.41%-
HSV(B)4.62º70.27%14.51%-
XYZ0.970.710.4-
YUV19.95122.95140.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=60.66%
G=21.31%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37131100.650.700.854.6254.179.41
Hex25DB04146555369
Octal451513010110612556611
Binary1001011101101101000001100011010101011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250D0B; }

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

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

<style>
 a { background-color: #250D0B; }

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

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

<style>
 span { border-color: #250D0B; }

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

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