#250201

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

Shades of Seal Brown #250201

Tints of Seal Brown #250201

Color information

#250201 (or 0x250201) is unknown color: approx Seal Brown. HEX triplet: 25, 02 and 01. RGB value is (37,2,1). Sum of RGB (Red+Green+Blue) = 37+2+1=40 (5% of max value = 765). Red value is 37 (14.84% from 255 or 92.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 37 - color contains mainly: red. Hex color #250201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250201 is #DAFDFE. Grayscale: #0C0C0C. Windows color (decimal): -14351871 or 66085. OLE color: 66085.

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

Color convert

RGB3721-
CMYK00.950.970.85
HSL1.67º94.74%7.45%-
HSV(B)1.67º97.3%14.51%-
XYZ0.790.440.07-
YUV12.35121.6145.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 92.5%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=92.5%
G=5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal372100.950.970.851.6794.747.45
Hex252105F615525f7
Octal4521013714112521377
Binary1001011010101111111000011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250201; }

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

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

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

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

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

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

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

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