#250C01

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

Shades of Seal Brown #250C01

Tints of Seal Brown #250C01

Color information

#250C01 (or 0x250C01) is unknown color: approx Seal Brown. HEX triplet: 25, 0C and 01. RGB value is (37,12,1). Sum of RGB (Red+Green+Blue) = 37+12+1=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C01 is #DAF3FE. Grayscale: #121212. Windows color (decimal): -14349311 or 68645. OLE color: 68645.

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

Color convert

RGB37121-
CMYK00.680.970.85
HSL18.33º94.74%7.45%-
HSV(B)18.33º97.3%14.51%-
XYZ0.90.660.11-
YUV18.22118.28141.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 74%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 1 (0.78% from 255) = 2%
R=74%
G=24%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3712100.680.970.8518.3394.747.45
Hex25C10446155125f7
Octal451410104141125221377
Binary100101110010100010011000011010101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250C01; }

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

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

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

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

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

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

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

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