#250F0F

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

Shades of Seal Brown #250F0F

Tints of Seal Brown #250F0F

Color information

#250F0F (or 0x250F0F) is unknown color: approx Seal Brown. HEX triplet: 25, 0F and 0F. RGB value is (37,15,15). Sum of RGB (Red+Green+Blue) = 37+15+15=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F0F is #DAF0F0. Grayscale: #151515. Windows color (decimal): -14348529 or 986917. OLE color: 986917.

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

Color convert

RGB371515-
CMYK00.590.590.85
HSL42.31%10.2%-
HSV(B)59.46%14.51%-
XYZ1.020.770.55-
YUV21.58124.29139-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 55.22%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=55.22%
G=22.39%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37151500.590.590.85042.3110.2
Hex25FF03B3B5502aa
Octal4517170737312505212
Binary100101111111110111011111011101010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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