#250504

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

Shades of Seal Brown #250504

Tints of Seal Brown #250504

Color information

#250504 (or 0x250504) is unknown color: approx Seal Brown. HEX triplet: 25, 05 and 04. RGB value is (37,5,4). Sum of RGB (Red+Green+Blue) = 37+5+4=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250504 is #DAFAFB. Grayscale: #0E0E0E. Windows color (decimal): -14351100 or 263461. OLE color: 263461.

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

Color convert

RGB3754-
CMYK00.860.890.85
HSL1.82º80.49%8.04%-
HSV(B)1.82º89.19%14.51%-
XYZ0.840.510.17-
YUV14.45122.1144.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 80.43%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=80.43%
G=10.87%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal375400.860.890.851.8280.498.04
Hex255405659552508
Octal45540126131125212010
Binary10010110110001010110101100110101011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250504; }

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

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

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

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

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

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

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

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