#250F03

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

Shades of Seal Brown #250F03

Tints of Seal Brown #250F03

Color information

#250F03 (or 0x250F03) is unknown color: approx Seal Brown. HEX triplet: 25, 0F and 03. RGB value is (37,15,3). Sum of RGB (Red+Green+Blue) = 37+15+3=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F03 is #DAF0FC. Grayscale: #141414. Windows color (decimal): -14348541 or 200485. OLE color: 200485.

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

Color convert

RGB37153-
CMYK00.590.920.85
HSL21.18º85%7.84%-
HSV(B)21.18º91.89%14.51%-
XYZ0.950.740.18-
YUV20.21118.29139.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=67.27%
G=27.27%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3715300.590.920.8521.18857.84
Hex25F303B5C5515558
Octal451730731341252512510
Binary1001011111110111011101110010101011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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