#250702

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

Shades of Seal Brown #250702

Tints of Seal Brown #250702

Color information

#250702 (or 0x250702) is unknown color: approx Seal Brown. HEX triplet: 25, 07 and 02. RGB value is (37,7,2). Sum of RGB (Red+Green+Blue) = 37+7+2=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250702 is #DAF8FD. Grayscale: #0F0F0F. Windows color (decimal): -14350590 or 132901. OLE color: 132901.

HSL color Cylindrical-coordinate representation of color #250702: hue angle of 8.57º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250702 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB3772-
CMYK00.810.950.85
HSL8.57º89.74%7.65%-
HSV(B)8.57º94.59%14.51%-
XYZ0.850.550.12-
YUV15.4120.44143.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 80.43%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=80.43%
G=15.22%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal377200.810.950.858.5789.747.65
Hex25720515F5595a8
Octal457201211371251113210
Binary100101111100101000110111111010101100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250702; }

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

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

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

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

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

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

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

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