#250D03

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

Shades of Seal Brown #250D03

Tints of Seal Brown #250D03

Color information

#250D03 (or 0x250D03) is unknown color: approx Seal Brown. HEX triplet: 25, 0D and 03. RGB value is (37,13,3). Sum of RGB (Red+Green+Blue) = 37+13+3=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D03 is #DAF2FC. Grayscale: #131313. Windows color (decimal): -14349053 or 199973. OLE color: 199973.

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

Color convert

RGB37133-
CMYK00.650.920.85
HSL17.65º85%7.84%-
HSV(B)17.65º91.89%14.51%-
XYZ0.920.690.17-
YUV19.04118.95140.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 69.81%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=69.81%
G=24.53%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3713300.650.920.8517.65857.84
Hex25D30415C5512558
Octal4515301011341252212510
Binary10010111011101000001101110010101011001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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