#1F0A05

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

Shades of Seal Brown #1F0A05

Tints of Seal Brown #1F0A05

Color information

#1F0A05 (or 0x1F0A05) is unknown color: approx Seal Brown. HEX triplet: 1F, 0A and 05. RGB value is (31,10,5). Sum of RGB (Red+Green+Blue) = 31+10+5=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A05 is #E0F5FA. Grayscale: #0F0F0F. Windows color (decimal): -14743035 or 330271. OLE color: 330271.

HSL color Cylindrical-coordinate representation of color #1F0A05: hue angle of 11.54º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0A05 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB31105-
CMYK00.680.840.88
HSL11.54º72.22%7.06%-
HSV(B)11.54º83.87%12.16%-
XYZ0.70.520.21-
YUV15.71121.96138.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 67.39%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=67.39%
G=21.74%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3110500.680.840.8811.5472.227.06
Hex1FA50445458c487
Octal371250104124130141107
Binary111111010101010001001010100101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0A05; }

 p { color: rgb(31,10,5); }

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

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

 a { background-color: rgb(31,10,5); }

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

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

 span { border-color: rgb(31,10,5); }

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