#1C0B06

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

Shades of Seal Brown #1C0B06

Tints of Seal Brown #1C0B06

Color information

#1C0B06 (or 0x1C0B06) is unknown color: approx Seal Brown. HEX triplet: 1C, 0B and 06. RGB value is (28,11,6). Sum of RGB (Red+Green+Blue) = 28+11+6=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B06 is #E3F4F9. Grayscale: #0F0F0F. Windows color (decimal): -14939386 or 396060. OLE color: 396060.

HSL color Cylindrical-coordinate representation of color #1C0B06: hue angle of 13.64º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C0B06 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB28116-
CMYK00.610.790.89
HSL13.64º64.71%6.67%-
HSV(B)13.64º78.57%10.98%-
XYZ0.630.50.24-
YUV15.51122.63136.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 62.22%
GREEN value IS 11 (4.69% from 255) = 24.44%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=62.22%
G=24.44%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811600.610.790.8913.6464.716.67
Hex1CB603D4F59e417
Octal34136075117131161017
Binary11100101111001111011001111101100111101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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