#250E0D

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

Shades of Seal Brown #250E0D

Tints of Seal Brown #250E0D

Color information

#250E0D (or 0x250E0D) is unknown color: approx Seal Brown. HEX triplet: 25, 0E and 0D. RGB value is (37,14,13). Sum of RGB (Red+Green+Blue) = 37+14+13=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E0D is #DAF1F2. Grayscale: #141414. Windows color (decimal): -14348787 or 855589. OLE color: 855589.

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

Color convert

RGB371413-
CMYK00.620.650.85
HSL2.5º48%9.8%-
HSV(B)2.5º64.86%14.51%-
XYZ0.990.740.47-
YUV20.76123.62139.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 57.81%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=57.81%
G=21.88%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37141300.620.650.852.5489.8
Hex25ED03E4155330a
Octal45161507610112536012
Binary10010111101101011111010000011010101111100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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