#250C09

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

Shades of Seal Brown #250C09

Tints of Seal Brown #250C09

Color information

#250C09 (or 0x250C09) is unknown color: approx Seal Brown. HEX triplet: 25, 0C and 09. RGB value is (37,12,9). Sum of RGB (Red+Green+Blue) = 37+12+9=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C09 is #DAF3F6. Grayscale: #131313. Windows color (decimal): -14349303 or 592933. OLE color: 592933.

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

Color convert

RGB37129-
CMYK00.680.760.85
HSL6.43º60.87%9.02%-
HSV(B)6.43º75.68%14.51%-
XYZ0.940.680.34-
YUV19.13122.28140.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 63.79%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=63.79%
G=20.69%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3712900.680.760.856.4360.879.02
Hex25C90444C5563d9
Octal451411010411412567511
Binary1001011100100101000100100110010101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,12,9); }

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

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

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

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

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

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

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