#250400

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

Shades of Seal Brown #250400

Tints of Seal Brown #250400

Color information

#250400 (or 0x250400) is unknown color: approx Seal Brown. HEX triplet: 25, 04 and 00. RGB value is (37,4,0). Sum of RGB (Red+Green+Blue) = 37+4+0=41 (5% of max value = 765). Red value is 37 (14.84% from 255 or 90.24% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 37 - color contains mainly: red. Hex color #250400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250400 is #DAFBFF. Grayscale: #0D0D0D. Windows color (decimal): -14351360 or 1061. OLE color: 1061.

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

Color convert

RGB3740-
CMYK00.8910.85
HSL6.49º100%7.25%-
HSV(B)6.49º100%14.51%-
XYZ0.810.480.05-
YUV13.41120.43144.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 90.24%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.24%
G=9.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal374000.8910.856.491007.25
Hex254005964556647
Octal4540013114412561447
Binary100101100001011001110010010101011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250400; }

 p { color: rgb(37,4,0); }

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

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

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

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

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

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

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