#250D07

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

Shades of Seal Brown #250D07

Tints of Seal Brown #250D07

Color information

#250D07 (or 0x250D07) is unknown color: approx Seal Brown. HEX triplet: 25, 0D and 07. RGB value is (37,13,7). Sum of RGB (Red+Green+Blue) = 37+13+7=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D07 is #DAF2F8. Grayscale: #131313. Windows color (decimal): -14349049 or 462117. OLE color: 462117.

HSL color Cylindrical-coordinate representation of color #250D07: hue angle of 12º 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 #250D07 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB37137-
CMYK00.650.810.85
HSL12º68.18%8.63%-
HSV(B)12º81.08%14.51%-
XYZ0.950.70.29-
YUV19.49120.95140.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 7 (3.12% from 255) = 12.28%
R=64.91%
G=22.81%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3713700.650.810.851268.188.63
Hex25D70415155c449
Octal4515701011211251410411
Binary10010111011110100000110100011010101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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