#250901

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

Shades of Seal Brown #250901

Tints of Seal Brown #250901

Color information

#250901 (or 0x250901) is unknown color: approx Seal Brown. HEX triplet: 25, 09 and 01. RGB value is (37,9,1). Sum of RGB (Red+Green+Blue) = 37+9+1=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250901 is #DAF6FE. Grayscale: #101010. Windows color (decimal): -14350079 or 67877. OLE color: 67877.

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

Color convert

RGB3791-
CMYK00.760.970.85
HSL13.33º94.74%7.45%-
HSV(B)13.33º97.3%14.51%-
XYZ0.870.590.1-
YUV16.46119.28142.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 78.72%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=78.72%
G=19.15%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal379100.760.970.8513.3394.747.45
Hex259104C6155d5f7
Octal451110114141125151377
Binary10010110011010011001100001101010111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250901; }

 p { color: rgb(37,9,1); }

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

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

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

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

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

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

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