#250B08

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

Shades of Seal Brown #250B08

Tints of Seal Brown #250B08

Color information

#250B08 (or 0x250B08) is unknown color: approx Seal Brown. HEX triplet: 25, 0B and 08. RGB value is (37,11,8). Sum of RGB (Red+Green+Blue) = 37+11+8=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B08 is #DAF4F7. Grayscale: #121212. Windows color (decimal): -14349560 or 527141. OLE color: 527141.

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

Color convert

RGB37118-
CMYK00.700.780.85
HSL6.21º64.44%8.82%-
HSV(B)6.21º78.38%14.51%-
XYZ0.930.650.31-
YUV18.43122.11141.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 66.07%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 8 (3.52% from 255) = 14.29%
R=66.07%
G=19.64%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711800.700.780.856.2164.448.82
Hex25B80464E556409
Octal4513100106116125610011
Binary10010110111000010001101001110101010111010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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