#250D04

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

Shades of Seal Brown #250D04

Tints of Seal Brown #250D04

Color information

#250D04 (or 0x250D04) is unknown color: approx Seal Brown. HEX triplet: 25, 0D and 04. RGB value is (37,13,4). Sum of RGB (Red+Green+Blue) = 37+13+4=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D04 is #DAF2FB. Grayscale: #131313. Windows color (decimal): -14349052 or 265509. OLE color: 265509.

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

Color convert

RGB37134-
CMYK00.650.890.85
HSL16.36º80.49%8.04%-
HSV(B)16.36º89.19%14.51%-
XYZ0.930.690.2-
YUV19.15119.45140.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=68.52%
G=24.07%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3713400.650.890.8516.3680.498.04
Hex25D4041595510508
Octal4515401011311252012010
Binary100101110110001000001101100110101011000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,4); }

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

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

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

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

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

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

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