#250B06

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

Shades of Seal Brown #250B06

Tints of Seal Brown #250B06

Color information

#250B06 (or 0x250B06) is unknown color: approx Seal Brown. HEX triplet: 25, 0B and 06. RGB value is (37,11,6). Sum of RGB (Red+Green+Blue) = 37+11+6=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B06 is #DAF4F9. Grayscale: #121212. Windows color (decimal): -14349562 or 396069. OLE color: 396069.

HSL color Cylindrical-coordinate representation of color #250B06: hue angle of 9.68º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250B06 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB37116-
CMYK00.700.840.85
HSL9.68º72.09%8.43%-
HSV(B)9.68º83.78%14.51%-
XYZ0.920.650.25-
YUV18.2121.11141.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=68.52%
G=20.37%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711600.700.840.859.6872.098.43
Hex25B60465455a488
Octal4513601061241251211010
Binary10010110111100100011010101001010101101010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,6); }

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

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

 a { background-color: rgb(37,11,6); }

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

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

 span { border-color: rgb(37,11,6); }

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