#250D02

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

Shades of Seal Brown #250D02

Tints of Seal Brown #250D02

Color information

#250D02 (or 0x250D02) is unknown color: approx Seal Brown. HEX triplet: 25, 0D and 02. RGB value is (37,13,2). Sum of RGB (Red+Green+Blue) = 37+13+2=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D02 is #DAF2FD. Grayscale: #121212. Windows color (decimal): -14349054 or 134437. OLE color: 134437.

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

Color convert

RGB37132-
CMYK00.650.950.85
HSL18.86º89.74%7.65%-
HSV(B)18.86º94.59%14.51%-
XYZ0.920.690.14-
YUV18.92118.45140.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=71.15%
G=25%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3713200.650.950.8518.8689.747.65
Hex25D20415F55135a8
Octal4515201011371252313210
Binary10010111011001000001101111110101011001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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