#250501

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

Shades of Seal Brown #250501

Tints of Seal Brown #250501

Color information

#250501 (or 0x250501) is unknown color: approx Seal Brown. HEX triplet: 25, 05 and 01. RGB value is (37,5,1). Sum of RGB (Red+Green+Blue) = 37+5+1=43 (5% of max value = 765). Red value is 37 (14.84% from 255 or 86.05% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 37 - color contains mainly: red. Hex color #250501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250501 is #DAFAFE. Grayscale: #0E0E0E. Windows color (decimal): -14351103 or 66853. OLE color: 66853.

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

Color convert

RGB3751-
CMYK00.860.970.85
HSL6.67º94.74%7.45%-
HSV(B)6.67º97.3%14.51%-
XYZ0.820.50.08-
YUV14.11120.6144.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 86.05%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=86.05%
G=11.63%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal375100.860.970.856.6794.747.45
Hex2551056615575f7
Octal4551012614112571377
Binary100101101101010110110000110101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250501; }

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

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

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

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

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

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

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

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