#250605

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

Shades of Seal Brown #250605

Tints of Seal Brown #250605

Color information

#250605 (or 0x250605) is unknown color: approx Seal Brown. HEX triplet: 25, 06 and 05. RGB value is (37,6,5). Sum of RGB (Red+Green+Blue) = 37+6+5=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250605 is #DAF9FA. Grayscale: #0F0F0F. Windows color (decimal): -14350843 or 329253. OLE color: 329253.

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

Color convert

RGB3765-
CMYK00.840.860.85
HSL1.88º76.19%8.24%-
HSV(B)1.88º86.49%14.51%-
XYZ0.860.530.2-
YUV15.16122.27143.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 77.08%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=77.08%
G=12.5%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal376500.840.860.851.8876.198.24
Hex2565054565524c8
Octal45650124126125211410
Binary10010111010101010100101011010101011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250605; }

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

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

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

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

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

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

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

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