#250707

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

Shades of Seal Brown #250707

Tints of Seal Brown #250707

Color information

#250707 (or 0x250707) is unknown color: approx Seal Brown. HEX triplet: 25, 07 and 07. RGB value is (37,7,7). Sum of RGB (Red+Green+Blue) = 37+7+7=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #250707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250707 is #DAF8F8. Grayscale: #101010. Windows color (decimal): -14350585 or 460581. OLE color: 460581.

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

Color convert

RGB3777-
CMYK00.810.810.85
HSL68.18%8.63%-
HSV(B)81.08%14.51%-
XYZ0.880.560.26-
YUV15.97122.94143-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 72.55%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 7 (3.12% from 255) = 13.73%
R=72.55%
G=13.73%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal377700.810.810.85068.188.63
Hex257705151550449
Octal45770121121125010411
Binary1001011111110101000110100011010101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250707; }

 p { color: rgb(37,7,7); }

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

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

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

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

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

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

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