Html Css Color HEX #1C0706 Seal Brown

📋 copy color: '#1C0706'

red 28 ◦ green 7 ◦ blue 6

#1C0706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #1C0706

Tints of Seal Brown #1C0706

RGB

 RED value IS 28 (11.33% from 255) = 68.29%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1C0706 (or 0x1C0706) is known color: 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

RGB 28 7 6 -
CMYK 0 0.75 0.79 0.89
HSL 2.73º 0.65% 0.07% -
HSV(B) 2.73º 0.79% 0.11% -
XYZ 0.59 0.41 0.22 -
YUV 13.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 28 7 6 0 0.75 0.79 0.89 2.73 0.65 0.07
Hex 1C 7 6 0 4B 4F 59 3 41 7
Octal 34 7 6 0 113 117 131 3 101 7
Binary 11100 111 110 0 1001011 1001111 1011001 11 1000001 111

Color Harmonies of #1C0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0706

Black with #1C0706

Text Example


Text Example

White with #1C0706

Text Example


Text Example

HTML Codes & Css Web 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>