#250F05

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

Shades of Seal Brown #250F05

Tints of Seal Brown #250F05

Color information

#250F05 (or 0x250F05) is unknown color: approx Seal Brown. HEX triplet: 25, 0F and 05. RGB value is (37,15,5). Sum of RGB (Red+Green+Blue) = 37+15+5=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F05 is #DAF0FA. Grayscale: #141414. Windows color (decimal): -14348539 or 331557. OLE color: 331557.

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

Color convert

RGB37155-
CMYK00.590.860.85
HSL18.75º76.19%8.24%-
HSV(B)18.75º86.49%14.51%-
XYZ0.960.750.24-
YUV20.44119.29139.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 15 (6.25% from 255) = 26.32%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=64.91%
G=26.32%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3715500.590.860.8518.7576.198.24
Hex25F503B5655134c8
Octal451750731261252311410
Binary10010111111010111011101011010101011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,15,5); }

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

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

 a { background-color: rgb(37,15,5); }

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

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

 span { border-color: rgb(37,15,5); }

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