#1C0B05

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

Shades of Seal Brown #1C0B05

Tints of Seal Brown #1C0B05

Color information

#1C0B05 (or 0x1C0B05) is unknown color: approx Seal Brown. HEX triplet: 1C, 0B and 05. RGB value is (28,11,5). Sum of RGB (Red+Green+Blue) = 28+11+5=44 (5% of max value = 765). Red value is 28 (11.33% from 255 or 63.64% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B05 is #E3F4FA. Grayscale: #0F0F0F. Windows color (decimal): -14939387 or 330524. OLE color: 330524.

HSL color Cylindrical-coordinate representation of color #1C0B05: hue angle of 15.65º 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 #1C0B05 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB28115-
CMYK00.610.820.89
HSL15.65º69.7%6.47%-
HSV(B)15.65º82.14%10.98%-
XYZ0.630.50.21-
YUV15.4122.13136.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 63.64%
GREEN value IS 11 (4.69% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 11.36%
R=63.64%
G=25%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811500.610.820.8915.6569.76.47
Hex1CB503D525910466
Octal34135075122131201066
Binary111001011101011110110100101011001100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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