#250807

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

Shades of Seal Brown #250807

Tints of Seal Brown #250807

Color information

#250807 (or 0x250807) is unknown color: approx Seal Brown. HEX triplet: 25, 08 and 07. RGB value is (37,8,7). Sum of RGB (Red+Green+Blue) = 37+8+7=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250807 is #DAF7F8. Grayscale: #101010. Windows color (decimal): -14350329 or 460837. OLE color: 460837.

HSL color Cylindrical-coordinate representation of color #250807: hue angle of 2º 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 #250807 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB3787-
CMYK00.780.810.85
HSL68.18%8.63%-
HSV(B)81.08%14.51%-
XYZ0.890.580.27-
YUV16.56122.61142.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 7 (3.12% from 255) = 13.46%
R=71.15%
G=15.38%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal378700.780.810.85268.188.63
Hex258704E51552449
Octal451070116121125210411
Binary100101100011101001110101000110101011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250807; }

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

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

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

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

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

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

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

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