#250601

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

Shades of Seal Brown #250601

Tints of Seal Brown #250601

Color information

#250601 (or 0x250601) is unknown color: approx Seal Brown. HEX triplet: 25, 06 and 01. RGB value is (37,6,1). Sum of RGB (Red+Green+Blue) = 37+6+1=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250601 is #DAF9FE. Grayscale: #0E0E0E. Windows color (decimal): -14350847 or 67109. OLE color: 67109.

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

Color convert

RGB3761-
CMYK00.840.970.85
HSL8.33º94.74%7.45%-
HSV(B)8.33º97.3%14.51%-
XYZ0.830.530.09-
YUV14.7120.27143.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 84.09%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=84.09%
G=13.64%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal376100.840.970.858.3394.747.45
Hex2561054615585f7
Octal45610124141125101377
Binary1001011101010101001100001101010110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250601; }

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

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

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

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

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

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

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

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