#250500

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

Shades of Seal Brown #250500

Tints of Seal Brown #250500

Color information

#250500 (or 0x250500) is unknown color: approx Seal Brown. HEX triplet: 25, 05 and 00. RGB value is (37,5,0). Sum of RGB (Red+Green+Blue) = 37+5+0=42 (5% of max value = 765). Red value is 37 (14.84% from 255 or 88.10% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 37 - color contains mainly: red. Hex color #250500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250500 is #DAFAFF. Grayscale: #0E0E0E. Windows color (decimal): -14351104 or 1317. OLE color: 1317.

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

Color convert

RGB3750-
CMYK00.8610.85
HSL8.11º100%7.25%-
HSV(B)8.11º100%14.51%-
XYZ0.820.50.05-
YUV14120.1144.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 88.10%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.10%
G=11.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal375000.8610.858.111007.25
Hex255005664558647
Octal45500126144125101447
Binary1001011010010101101100100101010110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250500; }

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

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

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

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

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

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

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

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