#250C07

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

Shades of Seal Brown #250C07

Tints of Seal Brown #250C07

Color information

#250C07 (or 0x250C07) is unknown color: approx Seal Brown. HEX triplet: 25, 0C and 07. RGB value is (37,12,7). Sum of RGB (Red+Green+Blue) = 37+12+7=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C07 is #DAF3F8. Grayscale: #121212. Windows color (decimal): -14349305 or 461861. OLE color: 461861.

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

Color convert

RGB37127-
CMYK00.680.810.85
HSL10º68.18%8.63%-
HSV(B)10º81.08%14.51%-
XYZ0.930.670.28-
YUV18.9121.28140.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 66.07%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 7 (3.12% from 255) = 12.5%
R=66.07%
G=21.43%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3712700.680.810.851068.188.63
Hex25C70445155a449
Octal4514701041211251210411
Binary10010111001110100010010100011010101101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250C07; }

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

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

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

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

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

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

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

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