#1F1009

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

Shades of Seal Brown #1F1009

Tints of Seal Brown #1F1009

Color information

#1F1009 (or 0x1F1009) is unknown color: approx Seal Brown. HEX triplet: 1F, 10 and 09. RGB value is (31,16,9). Sum of RGB (Red+Green+Blue) = 31+16+9=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1009 is #E0EFF6. Grayscale: #131313. Windows color (decimal): -14741495 or 593951. OLE color: 593951.

HSL color Cylindrical-coordinate representation of color #1F1009: hue angle of 19.09º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1009 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB31169-
CMYK00.480.710.88
HSL19.09º55%7.84%-
HSV(B)19.09º70.97%12.16%-
XYZ0.80.680.35-
YUV19.69121.97136.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=55.36%
G=28.57%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3116900.480.710.8819.09557.84
Hex1F109030475813378
Octal372011060107130236710
Binary11111100001001011000010001111011000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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