#1F0905

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

Shades of Seal Brown #1F0905

Tints of Seal Brown #1F0905

Color information

#1F0905 (or 0x1F0905) is unknown color: approx Seal Brown. HEX triplet: 1F, 09 and 05. RGB value is (31,9,5). Sum of RGB (Red+Green+Blue) = 31+9+5=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0905 is #E0F6FA. Grayscale: #0F0F0F. Windows color (decimal): -14743291 or 330015. OLE color: 330015.

HSL color Cylindrical-coordinate representation of color #1F0905: hue angle of 9.23º 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 #1F0905 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB3195-
CMYK00.710.840.88
HSL9.23º72.22%7.06%-
HSV(B)9.23º83.87%12.16%-
XYZ0.690.50.2-
YUV15.12122.29139.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=68.89%
G=20%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal319500.710.840.889.2372.227.06
Hex1F9504754589487
Octal371150107124130111107
Binary111111001101010001111010100101100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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