#250A05

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

Shades of Seal Brown #250A05

Tints of Seal Brown #250A05

Color information

#250A05 (or 0x250A05) is unknown color: approx Seal Brown. HEX triplet: 25, 0A and 05. RGB value is (37,10,5). Sum of RGB (Red+Green+Blue) = 37+10+5=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A05 is #DAF5FA. Grayscale: #111111. Windows color (decimal): -14349819 or 330277. OLE color: 330277.

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

Color convert

RGB37105-
CMYK00.730.860.85
HSL9.38º76.19%8.24%-
HSV(B)9.38º86.49%14.51%-
XYZ0.90.620.22-
YUV17.5120.95141.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=71.15%
G=19.23%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3710500.730.860.859.3876.198.24
Hex25A5049565594c8
Octal4512501111261251111410
Binary10010110101010100100110101101010101100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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