#250503

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

Shades of Seal Brown #250503

Tints of Seal Brown #250503

Color information

#250503 (or 0x250503) is unknown color: approx Seal Brown. HEX triplet: 25, 05 and 03. RGB value is (37,5,3). Sum of RGB (Red+Green+Blue) = 37+5+3=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250503 is #DAFAFC. Grayscale: #0E0E0E. Windows color (decimal): -14351101 or 197925. OLE color: 197925.

HSL color Cylindrical-coordinate representation of color #250503: hue angle of 3.53º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250503 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB3753-
CMYK00.860.920.85
HSL3.53º85%7.84%-
HSV(B)3.53º91.89%14.51%-
XYZ0.830.510.14-
YUV14.34121.6144.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 82.22%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 3 (1.56% from 255) = 6.67%
R=82.22%
G=11.11%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal375300.860.920.853.53857.84
Hex25530565C554558
Octal45530126134125412510
Binary10010110111010101101011100101010110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250503; }

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

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

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

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

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

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

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

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