#1C0706

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

Shades of Seal Brown #1C0706

Tints of Seal Brown #1C0706

Color information

#1C0706 (or 0x1C0706) is unknown color: approx Seal Brown. HEX triplet: 1C, 07 and 06. RGB value is (28,7,6). Sum of RGB (Red+Green+Blue) = 28+7+6=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0706 is #E3F8F9. Grayscale: #0D0D0D. Windows color (decimal): -14940410 or 395036. OLE color: 395036.

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

Color convert

RGB2876-
CMYK00.750.790.89
HSL2.73º64.71%6.67%-
HSV(B)2.73º78.57%10.98%-
XYZ0.590.410.22-
YUV13.16123.96138.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 68.29%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=68.29%
G=17.07%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal287600.750.790.892.7364.716.67
Hex1C7604B4F593417
Octal3476011311713131017
Binary111001111100100101110011111011001111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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