#250805

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

Shades of Seal Brown #250805

Tints of Seal Brown #250805

Color information

#250805 (or 0x250805) is unknown color: approx Seal Brown. HEX triplet: 25, 08 and 05. RGB value is (37,8,5). Sum of RGB (Red+Green+Blue) = 37+8+5=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250805 is #DAF7FA. Grayscale: #101010. Windows color (decimal): -14350331 or 329765. OLE color: 329765.

HSL color Cylindrical-coordinate representation of color #250805: hue angle of 5.63º 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 #250805 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB3785-
CMYK00.780.860.85
HSL5.63º76.19%8.24%-
HSV(B)5.63º86.49%14.51%-
XYZ0.880.580.21-
YUV16.33121.61142.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 74%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 5 (2.34% from 255) = 10%
R=74%
G=16%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal378500.780.860.855.6376.198.24
Hex258504E565564c8
Octal451050116126125611410
Binary1001011000101010011101010110101010111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250805; }

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

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

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

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

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

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

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

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