#250502

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

Shades of Seal Brown #250502

Tints of Seal Brown #250502

Color information

#250502 (or 0x250502) is unknown color: approx Seal Brown. HEX triplet: 25, 05 and 02. RGB value is (37,5,2). Sum of RGB (Red+Green+Blue) = 37+5+2=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250502 is #DAFAFD. Grayscale: #0E0E0E. Windows color (decimal): -14351102 or 132389. OLE color: 132389.

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

Color convert

RGB3752-
CMYK00.860.950.85
HSL5.14º89.74%7.65%-
HSV(B)5.14º94.59%14.51%-
XYZ0.830.510.11-
YUV14.23121.1144.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 84.09%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 2 (1.17% from 255) = 4.55%
R=84.09%
G=11.36%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal375200.860.950.855.1489.747.65
Hex25520565F5555a8
Octal45520126137125513210
Binary10010110110010101101011111101010110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250502; }

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

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

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

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

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

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

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

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