#250800

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

Shades of Seal Brown #250800

Tints of Seal Brown #250800

Color information

#250800 (or 0x250800) is unknown color: approx Seal Brown. HEX triplet: 25, 08 and 00. RGB value is (37,8,0). Sum of RGB (Red+Green+Blue) = 37+8+0=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250800 is #DAF7FF. Grayscale: #0F0F0F. Windows color (decimal): -14350336 or 2085. OLE color: 2085.

HSL color Cylindrical-coordinate representation of color #250800: hue angle of 12.97º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250800 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB3780-
CMYK00.7810.85
HSL12.97º100%7.25%-
HSV(B)12.97º100%14.51%-
XYZ0.850.570.06-
YUV15.76119.11143.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 82.22%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.22%
G=17.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal378000.7810.8512.971007.25
Hex258004E6455d647
Octal451000116144125151447
Binary10010110000010011101100100101010111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250800; }

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

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

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

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

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

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

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

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