#250A08

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

Shades of Seal Brown #250A08

Tints of Seal Brown #250A08

Color information

#250A08 (or 0x250A08) is unknown color: approx Seal Brown. HEX triplet: 25, 0A and 08. RGB value is (37,10,8). Sum of RGB (Red+Green+Blue) = 37+10+8=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A08 is #DAF5F7. Grayscale: #111111. Windows color (decimal): -14349816 or 526885. OLE color: 526885.

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

Color convert

RGB37108-
CMYK00.730.780.85
HSL4.14º64.44%8.82%-
HSV(B)4.14º78.38%14.51%-
XYZ0.920.630.3-
YUV17.84122.45141.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 8 (3.52% from 255) = 14.55%
R=67.27%
G=18.18%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3710800.730.780.854.1464.448.82
Hex25A80494E554409
Octal4512100111116125410011
Binary10010110101000010010011001110101010110010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250A08; }

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

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

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

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

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

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

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

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