#250F0B

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

Shades of Seal Brown #250F0B

Tints of Seal Brown #250F0B

Color information

#250F0B (or 0x250F0B) is unknown color: approx Seal Brown. HEX triplet: 25, 0F and 0B. RGB value is (37,15,11). Sum of RGB (Red+Green+Blue) = 37+15+11=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F0B is #DAF0F4. Grayscale: #151515. Windows color (decimal): -14348533 or 724773. OLE color: 724773.

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

Color convert

RGB371511-
CMYK00.590.700.85
HSL9.23º54.17%9.41%-
HSV(B)9.23º70.27%14.51%-
XYZ0.990.760.41-
YUV21.12122.29139.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=58.73%
G=23.81%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37151100.590.700.859.2354.179.41
Hex25FB03B46559369
Octal451713073106125116611
Binary1001011111101101110111000110101010110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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