#1C0805

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

Shades of Seal Brown #1C0805

Tints of Seal Brown #1C0805

Color information

#1C0805 (or 0x1C0805) is unknown color: approx Seal Brown. HEX triplet: 1C, 08 and 05. RGB value is (28,8,5). Sum of RGB (Red+Green+Blue) = 28+8+5=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0805 is #E3F7FA. Grayscale: #0D0D0D. Windows color (decimal): -14940155 or 329756. OLE color: 329756.

HSL color Cylindrical-coordinate representation of color #1C0805: hue angle of 7.83º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C0805 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB2885-
CMYK00.710.820.89
HSL7.83º69.7%6.47%-
HSV(B)7.83º82.14%10.98%-
XYZ0.590.430.2-
YUV13.64123.13138.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 68.29%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=68.29%
G=19.51%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal288500.710.820.897.8369.76.47
Hex1C8504752598466
Octal341050107122131101066
Binary111001000101010001111010010101100110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,8,5); }

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

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

 a { background-color: rgb(28,8,5); }

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

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

 span { border-color: rgb(28,8,5); }

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