#250808

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

Shades of Seal Brown #250808

Tints of Seal Brown #250808

Color information

#250808 (or 0x250808) is unknown color: approx Seal Brown. HEX triplet: 25, 08 and 08. RGB value is (37,8,8). Sum of RGB (Red+Green+Blue) = 37+8+8=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250808 is #DAF7F7. Grayscale: #101010. Windows color (decimal): -14350328 or 526373. OLE color: 526373.

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

Color convert

RGB3788-
CMYK00.780.780.85
HSL64.44%8.82%-
HSV(B)78.38%14.51%-
XYZ0.890.580.3-
YUV16.67123.11142.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 69.81%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 8 (3.52% from 255) = 15.09%
R=69.81%
G=15.09%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal378800.780.780.85064.448.82
Hex258804E4E550409
Octal4510100116116125010011
Binary100101100010000100111010011101010101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250808; }

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

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

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

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

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

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

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

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