#1B120F

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

Shades of Seal Brown #1B120F

Tints of Seal Brown #1B120F

Color information

#1B120F (or 0x1B120F) is unknown color: approx Seal Brown. HEX triplet: 1B, 12 and 0F. RGB value is (27,18,15). Sum of RGB (Red+Green+Blue) = 27+18+15=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 27 - color contains mainly: red. Hex color #1B120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B120F is #E4EDF0. Grayscale: #141414. Windows color (decimal): -15003121 or 987675. OLE color: 987675.

HSL color Cylindrical-coordinate representation of color #1B120F: hue angle of 15º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B120F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB271815-
CMYK00.330.440.89
HSL15º28.57%8.24%-
HSV(B)15º44.44%10.59%-
XYZ0.750.70.55-
YUV20.35124.98132.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 15 (6.25% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27181500.330.440.891528.578.24
Hex1B12F0212C59f1d8
Octal33221704154131173510
Binary11011100101111010000110110010110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,15); }

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

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

 a { background-color: rgb(27,18,15); }

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

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

 span { border-color: rgb(27,18,15); }

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