#250E02

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

Shades of Seal Brown #250E02

Tints of Seal Brown #250E02

Color information

#250E02 (or 0x250E02) is unknown color: approx Seal Brown. HEX triplet: 25, 0E and 02. RGB value is (37,14,2). Sum of RGB (Red+Green+Blue) = 37+14+2=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E02 is #DAF1FD. Grayscale: #131313. Windows color (decimal): -14348798 or 134693. OLE color: 134693.

HSL color Cylindrical-coordinate representation of color #250E02: hue angle of 20.57º 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 #250E02 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB37142-
CMYK00.620.950.85
HSL20.57º89.74%7.65%-
HSV(B)20.57º94.59%14.51%-
XYZ0.930.710.15-
YUV19.51118.12140.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 69.81%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=69.81%
G=26.42%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3714200.620.950.8520.5789.747.65
Hex25E203E5F55155a8
Octal451620761371252513210
Binary1001011110100111110101111110101011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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