#250300

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

Shades of Seal Brown #250300

Tints of Seal Brown #250300

Color information

#250300 (or 0x250300) is unknown color: approx Seal Brown. HEX triplet: 25, 03 and 00. RGB value is (37,3,0). Sum of RGB (Red+Green+Blue) = 37+3+0=40 (5% of max value = 765). Red value is 37 (14.84% from 255 or 92.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 37 - color contains mainly: red. Hex color #250300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250300 is #DAFCFF. Grayscale: #0C0C0C. Windows color (decimal): -14351616 or 805. OLE color: 805.

HSL color Cylindrical-coordinate representation of color #250300: hue angle of 4.86º 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 #250300 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB3730-
CMYK00.9210.85
HSL4.86º100%7.25%-
HSV(B)4.86º100%14.51%-
XYZ0.80.460.05-
YUV12.82120.76145.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 92.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.5%
G=7.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373000.9210.854.861007.25
Hex253005C64555647
Octal4530013414412551447
Binary10010111001011100110010010101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250300; }

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

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

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

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

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

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

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

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