#250200

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

Shades of Seal Brown #250200

Tints of Seal Brown #250200

Color information

#250200 (or 0x250200) is unknown color: approx Seal Brown. HEX triplet: 25, 02 and 00. RGB value is (37,2,0). Sum of RGB (Red+Green+Blue) = 37+2+0=39 (5% of max value = 765). Red value is 37 (14.84% from 255 or 94.87% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 37 - color contains mainly: red. Hex color #250200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250200 is #DAFDFF. Grayscale: #0C0C0C. Windows color (decimal): -14351872 or 549. OLE color: 549.

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

Color convert

RGB3720-
CMYK00.9510.85
HSL3.24º100%7.25%-
HSV(B)3.24º100%14.51%-
XYZ0.780.440.04-
YUV12.24121.1145.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 94.87%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.87%
G=5.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal372000.9510.853.241007.25
Hex252005F64553647
Octal4520013714412531447
Binary1001011000101111111001001010101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250200; }

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

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

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

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

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

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

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

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